Home >> Top 210+ Ajax Interview Questions and Answers in 2023

Top 210+ Ajax Interview Questions and Answers in 2023

Ajax means Asynchronous javascript and xml.it is a technique for creating fast and dynamic webpage and send and receive data without reloading the web page.So it is fast.
 
Ajax is a scripting language not a programming language.
 
Synchronous  vs Asynchronous

Synchronous means at a time we can send single request and we wait for the response before send the another request, and Asynchronous means we can send the another request before we get the response of first request.

1 - What is ajax?
2 - Synchronous vs Asynchronous?

Copyright ©2022 coderraj.com. All Rights Reserved.