FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
How to load the webpage without reloading the server
A
Using jsp
B
Servelet
C
Using Ajax
D
Using javabean
Explanation: 

Detailed explanation-1: -AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.

Detailed explanation-2: -The “div” can be reloaded without reloading the entire page using jQuery’s “on()” method in combination with the “load()” method. The on() method associates one or more event handlers for the elements, and the load() method loads the content into the fetched element.

There is 1 question to complete.