What is ajax and how does it work?



What is ajax and how does it work?..

Answer / Akif Shabbir

{"definition": "AJAX (Asynchronous JavaScript and XML) allows web browsers to update parts of a web page without reloading the entire page. It's based on a combination of HTML, CSS, and JavaScript, with additional technologies like XMLHttpRequest for making server requests.", "process": "The process involves sending an asynchronous request from the client-side (using JavaScript) to the server, receiving a response, and updating the webpage without refreshing it."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

What is the name of the DLL that contains Ajax control tool kit?

1 Answers  


What are the important methods of xmlhttprequest?

1 Answers  


Is AJAX code cross browser compatible?

1 Answers  


What are the differences between ajax and javascript? : asp.net ajax

1 Answers  


Which request is better, Get or Post?

1 Answers  


What's the difference in HTML AJAX, ASP.Net AJAX?

1 Answers   Hoch Technologies,


Describe Ajax With its Implementation Process ? Give an example?

1 Answers   MaxSolPro,


What is a simple example of where a ajax request would be used?

1 Answers  


Does load runner support ajax apps?

1 Answers  


What meaning has asp.net ajax?

1 Answers  


What are the requirements to run asp.net ajax applications on a server? : asp.net ajax

1 Answers  


Is it possible to upload a file using Ajax ? Reason

7 Answers   IBM,


Categories