AJAX uses --------------- for information Exchange?
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.