Vidyalelo
JavaScript · Q62

Caching And Debugging

Programming · JavaScript · question 62

Q62

What is the purpose of XMLHttpRequest?

A.
Multiple loading
B.
Load content by loading new document
C.
Load content without loading new document
Answer
D.
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.