Home >> Ajax >> Synchronous vs Asynchronous in Ajax

Synchronous vs Asynchronous in Ajax

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.

Post Your Comment

Next Questions

Copyright ©2022 coderraj.com. All Rights Reserved.