Clicking "Refresh" button in the browser causes?
-
Synchronous Request
-
Asynchronous Request
-
Clears the browser cache
-
No Request at all
A
Correct answer
Explanation
Clicking the browser's Refresh button triggers a synchronous HTTP request to the server for the current page. The browser sends the request and waits for the server's response before re-rendering the page. This is not asynchronous (AJAX) - the entire page reloads. The refresh action also doesn't clear the browser cache; cached resources may still be used unless you perform a hard refresh.