What is Synchronous and Asynchronous AJAX request.

Answers were Sorted based on User's Feedback



What is Synchronous and Asynchronous AJAX request...

Answer / srinivas

synchronous where the script stops and waits for the server
to send back a reply before continuing and asynchronous
where the script allows the page to continue to be processed
and will handle the reply if and when it arrives.

Is This Answer Correct ?    67 Yes 4 No

What is Synchronous and Asynchronous AJAX request...

Answer / ahmed

asynchronous where the script allows the page to continue to
be processed
and will handle the reply if and when it arrives.
synchronous where the script stops and waits for the server
to send back a reply before continuing and

Is This Answer Correct ?    16 Yes 3 No

Post New Answer

More AJAX Interview Questions

Explain what is polling in ajax?

0 Answers  


What are the advantages and Disadvantage of Ajax?

0 Answers  


Why is ajax called ajax?

0 Answers  


When do I use a synchronous versus asynchronous request?

0 Answers  


How to cancel the current request in ajax?

0 Answers  






Do ajax applications always deliver a better experience than that delivered by a traditional web application?

0 Answers  


What is the difference between proxied and proxyless calls in AJAX?

1 Answers  


What are the pre-requisites to execute AJAX applications on a server?

1 Answers  


What is the necessary control that must put in order to use Ajax Controls?

0 Answers   Viscus Infotech,


How can you find out that an AJAX request has been completed?

1 Answers  


How Ajax objects can be created?

1 Answers  


How to handle multiple async ajax requests?

0 Answers  


Categories