Ajax is about updating ______, without reloading the full-page.

🎲 Try a Random Question  |  Total Questions in Quiz: 32  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
AJAX Practice Test Questions — practice the complete quiz, review flashcards, or try a random question.

Ajax is a set of web development techniques that uses various web technologies on the client-side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously without interfering with the display and behaviour of the existing page. In other words, AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.   AJAX = Asynchronous JavaScript And XML. Remember, AJAX is not a... Show more

Ajax is about updating ______, without reloading the full-page.