Multiple choice technology programming languages

AJAX?

  1. Asynchronous JavaScript and XML

  2. Asynchronous Java and XML

  3. All JavaScript and XML

  4. Asynchronous JavaScript and HTML

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

AJAX stands for Asynchronous JavaScript and XML. It describes a set of web development techniques that allow web applications to send and retrieve data from a server asynchronously in the background. The other options mistakenly substitute Java for JavaScript, or HTML for XML, or alter the meaning of asynchronous.