Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is the purpose of XMLHttpRequest?

  2. A.

     Multiple loading

    B.

     Load content by loading new document

    C.

     Load content without loading new document

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    XMLHttpRequest makes it possible to load additional content from the Web without loading a new document, a core component of AJAX.


Be The First To Comment