InterviewSolution
Saved Bookmarks
| 1. |
Which of the following uses scripted HTTP?(a) XML(b) HTML(c) Ajax(d) CSS |
|
Answer» Correct choice is (c) Ajax The explanation: AJAX stands for Asynchronous JavaScript And XML. The key feature of an Ajax application is that it uses scripted HTTP to initiate data exchange with a web server without causing pages to reload. |
|