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 the role of scriptmanager in ajax?

1 Answers  


What are the extender controls? : asp.net ajax

1 Answers  


Won't my server-side framework provide me with ajax?

1 Answers  


What are the advantages of Ajax?

1 Answers  


What is the disadvantage of ajax?

1 Answers  


What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax

1 Answers  


How to handel error in ajax?

1 Answers  


What is the difference between a destructor and a garbage collector?

1 Answers  


Can we call server-side code from javascript? : asp.net ajax

1 Answers  


What is the xmlhttprequest object in ajax?

1 Answers  


Is ajax built into javascript?

1 Answers  


Describe the situations in which ajax should not be used? : asp.net ajax

1 Answers  


Categories