1.

What Is Asynchronous Call?

Answer»

If your API call is classified as Asynchronous call then:

  1. It means that your application will not wait for the API call response and it will function as it is. Once the response is received it will INCLUDE in the process and the SYSTEM will continue to WORK as it is.
  2. It doesn’t have any performance LAG because the applications work continuously and it doesn’t have to stop for any specific response to be received from the API calls.

If your API call is classified as Asynchronous call then:



Discussion

No Comment Found