What is AJAX ? What actually it means.

What is AJAX ? What actually it means. is there any meaning hidden in it's name.


1 Answer
1-1 of  1
1 Answer
  • AJAX is a technology used to facilitate real-time data changes and updates on a page without requiring a page reload.
    AJAX stands for Asynchronous Javascript And XML.
    Let's break that down :- 
    Asynchronous : The response from the server doesn't have to be immediate, like a page load does. Other stuff can happen in-between.
    Javascript : The client-side language which you use to make requests to and handle responses from the server.
    XML : The format often used to pass data between Javascript and the server.

Ajax

Didn't get the answer.
Contact people of Talent-Ajax directly by clicking here