1. What is the JavaScript syntax for generating an XML HTTP request object and assigning it to the "xhr" variable? Consider only modern browsers, plus IE7 and above.
2. Which browser features and/or technologies must be enabled, at a minimum, for AJAX techniques to function properly?
3. What is the value of the .status attribute of the completed XMLHttpRequest object if the Ajax request needed to follow a server-side redirect before successfully finding the intended resource?
4. When your Ajax request is complete, what attribute of the XML HTTP request object contains the returned data?
5. The acronym AJAX stands for _____________________
6. Which HTTP server does AJAX require?
7. function foo () { return 5; } What will the following code do? var myVar = foo;
8. Correct way to have the function checkState called after 10 seconds?
9. Which is not an XMLHttpRequest Method?
Ajax MCQs | Topic-wise