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

What is asp.net ajax? : asp.net ajax

0 Answers  


What are different readystate in ajax?

0 Answers  


Do I really need to learn javascript before ajax?

0 Answers  


When will html_ajax have a stable release?

0 Answers  


What are the new features of asp.net ajax 4.0? : asp.net ajax

0 Answers  






Who's using ajax?

0 Answers  


Define json?

0 Answers  


Would we be able to settle the updatepanel controls?

0 Answers  


How we can send more values through the response text?

0 Answers  


How can we handle exception handling in Ajax?

1 Answers  


What is json? : asp.net ajax

0 Answers  


How to control how long an ajax request may last?

0 Answers  


Categories