Multiple choice technology architecture

AJAX uses --------------- for information Exchange?

  1. JavaScript

  2. XML

  3. MQ

  4. Java

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

While AJAX originally used XML for data exchange (hence the name Asynchronous JavaScript and XML), modern AJAX applications commonly use JSON, plain text, or other formats. However, among the given options, XML is the most historically accurate answer representing what the 'X' in AJAX stands for. MQ is a messaging protocol, and Java is a programming language.