1.

What is the purpose of XMLHttpRequest?(a) Multiple loading(b) Load content by loading new document(c) Load content without loading new document(d) Repetitive loadingI got this question in exam.Question is from HTML APIs in chapter Caching, Debugging and Animation of JavaScript

Answer»

Right OPTION is (c) LOAD content without loading new document

To elaborate: The XMLHTTPREQUEST object can be used to request data from a web server. XMLHttpRequest makes it possible to load ADDITIONAL content from the Web without loading a new document, a core component of AJAX.



Discussion

No Comment Found

Related InterviewSolutions