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 loading
Correct Answer: Load content without loading new document
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.