Multiple choice technology programming languages

URL accessed through XMLHttpRequest's open method is stored in the history of the browser.

  1. True

  2. False

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

XMLHttpRequest (XHR) requests are AJAX calls that fetch data asynchronously without reloading the page. These requests do not create new history entries - only page navigation through hyperlinks, window.location, or form submissions add to browser history. Therefore, the statement is false.