What does AJAX stand for in ASP.NET?
2021
What does AJAX stand for in ASP.NET?
- A.
Asynchronous JavaScript and XML
- B.
Associated JavaScript and XML
- C.
Asynchronous JavaScript and HTML
- D.
Associated JavaScript and HTML
Attempted by 117 students.
Show answer & explanation
Correct answer: A
AJAX is the abbreviation of Asynchronous JavaScript and XML. It allows a web page to communicate with the server asynchronously, so only the required part of the page can be updated instead of reloading the entire page. Therefore, the correct option is Asynchronous JavaScript and XML.