Multiple choice technology web technology

AJAX is based on

  1. JavaScript and XML

  2. JavaScript and Java

  3. VBScript and XML

  4. JavaScript and HTTP requests

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

AJAX is based on JavaScript for client-side logic and XML for data exchange (traditionally). The core technology is the XMLHttpRequest object, which JavaScript uses to make asynchronous HTTP requests. While modern AJAX often uses JSON instead of XML, the name reflects the original design.