Web APIs that allow web pages to request incremental amounts of data as needed, rather than reloading the entire page, utilize a technique called _______.

  • AJAX (Asynchronous JavaScript and XML)
  • HTTP (Hypertext Transfer Protocol)
  • RESTful API
  • SOAP (Simple Object Access Protocol)
AJAX is a technique used to create responsive and efficient web applications by allowing web pages to request and display small data updates without having to reload the entire page.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *