Q62
What is the purpose of XMLHttpRequest?
A.
Multiple loading
B.
Load content by loading new document
C.
Load content without loading new document
AnswerD.
None of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
XMLHttpRequest makes it possible to load additional content from the Web without loading a new document, a core component of AJAX.