What is Synchronous and Asynchronous AJAX request.
Answers were Sorted based on User's Feedback
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 |
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 |
What is the disadvantage of ajax?
is package good in ajx?
What are the advantages and disadvantages of ajax?
What is the response time when using ajax?
What are limitations of ajax?
What are the types of send() method used for xmlhttprequest?
What are the browser versions that ajax is compatible with?
How can javascript be debugged?
Is javascript knowledge is required to do Ajax?
Briefly describe asp.net ajax framework? : asp.net ajax
What are ajax extensions?
What exactly is the w3c dom?