Q. What is the purpose of XMLHttpRequest?
β
Correct Answer: (C)
Load content without loading new document
Explanation: XMLHttpRequest makes it possible to load additional content from the Web without loading a new document, a core component of AJAX.