What is AJAX?
-
An open source, interactive Web content generation system similar to Adobe Flash
-
A server-side programming language that enables rich Internet applications
-
A programming technique that allows portions of Web pages to be updated without a full refresh
-
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.