Allows developers to quickly build interactive, event-driven functionality utilizing the power of Java on the server and JavaScript on the client.
Loading
Allows developers to quickly build interactive, event-driven functionality utilizing the power of Java on the server and JavaScript on the client.
ajax is nothing but asynchronous javascript and xml
following r the features of ajax:
----------------------------
every time page posted back to server the page refreshment takes.for instance when user clicks a button on page all the controls on page will be posted back to server which is not required.with the ajax one can send part of the page to server i.e partial refreshment of page.