Multiple choice technology web technology

What is AJAX?

  1. Asynchronous Javascript and XML, is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page

  2. Asynchronous Javascript and XSLT, is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page

  3. Asynchronous Javascript and XML, is the art of exchanging data with a server, and updates entire web page reloading the whole page

  4. Asynchronous Javascript and XSLT, is the art of exchanging data with a server, and updates entire web page reloading the whole page

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

AJAX stands for Asynchronous JavaScript and XML. It is a technique for creating interactive web applications where web pages can exchange data with a server and update specific parts of the page asynchronously, without requiring a full page reload. This creates a smoother, more responsive user experience. The 'XSLT' variants in options B and D are incorrect, and option C wrongly states it updates the entire page.