Multiple choice technology web technology

What is AJAX?

  1. An open source, interactive Web content generation system similar to Adobe Flash

  2. A server-side programming language that enables rich Internet applications

  3. A programming technique that allows portions of Web pages to be updated without a full refresh

  4. The next generation of the JavaScript programming language

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

AJAX (Asynchronous JavaScript and XML) is a technique that allows web applications to send and retrieve data from a server asynchronously, without interfering with the display and behavior of the existing page. This enables dynamic updates to portions of a webpage without requiring a full page refresh.