The full form of AJAX is Asynchronous JavaScript and XML. It’s used on Computing ,Internet in Worldwide
Asynchronous Javascript and XML (AJAX) is a set of web development techniques used to create asynchronous web applications. This technique mainly uses a combination of Javascript and Extensible Markup Language (XML) to exchange data with the server asynchronous, so that data is transferred and processed in the background. In AJAX, only the relevant page elements are updated and only when necessary, this allows retrieving new information from the web server without having to download a whole new page.
AJAX
means
Asynchronous JavaScript and XML
Leave a Reply
You must be logged in to post a comment.