1.What is expanstion for AJAX?
AJAX = Asynchronous JavaScript and XML
2.How Ajax Loads the data without relaoding the page?
Ajax Uses XMLHttpRequest object which directly interacts with seb server.
AJAX uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages.
No comments:
Post a Comment