Multiple choice technology

By using____________object A web developer can update a page with data from the server after the page has loaded.

  1. HttpRequest

  2. XMLHttpRequest

  3. JSON

  4. XMLHttp

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The XMLHttpRequest object enables asynchronous communication with the server. It allows updating parts of a page without reloading by fetching data in the background.