Multiple choice technology architecture

Main Feature of AJAX:

  1. Reloads the Whole Page and take less time.

  2. Reloads only the necessary changes on the Current Page and takes less time.

  3. Both

  4. None of the above.

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

AJAX (Asynchronous JavaScript and XML) allows web pages to update specific portions asynchronously without reloading the entire page. This selective update reduces bandwidth usage and improves response time. Option B correctly describes this core AJAX advantage.