Multiple choice general knowledge

What is the full form of AJAX?

  1. Asynchronous java and XML

  2. Asynchronous java-script and XML

  3. Asymmetric java-script and XML

  4. Asymmetric java and XML

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

AJAX stands for Asynchronous JavaScript and XML, a technique for creating interactive web applications that update without reloading the page. While option B uses 'java-script' (should be 'JavaScript' as one word), it correctly identifies Asynchronous, the JavaScript component, and XML. Options A and D incorrectly use 'java' instead of JavaScript, and option C uses 'Asymmetric' which is wrong.