Multiple choice technology web technology

AJAX stands for

  1. Advance JavaScript and XML

  2. Asynchronous JavaScript and XML

  3. Actual JavaScript and XML

  4. None of the Above

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

AJAX stands for Asynchronous JavaScript and XML. It describes a technique for making asynchronous HTTP requests from the browser to exchange data and update parts of a web page without requiring a full page reload. Despite the name containing XML, modern AJAX often uses JSON instead.