Computer Science, asked by handesnehal556, 11 months ago

When an asynchronous API is called, it requires a change in the state of application. a] True
b] False

Answers

Answered by gratefuljarette
0

When an asynchronous API is called, it requires a change in the state of application is a true statement.

Explanation:

  • Asynchronous API is basically an application interface that is used to return the data or request either immediately or after some time.
  • Generally, asynchronous API’s are used to maintain any functionality in an application since it usually takes some time to return the data or to serve any request.
  • Unlike asynchronous API, asynchronous API only does the promise to return the data on time but is as slow as compared to the synchronous API.

Learn more about asynchronous API

Redux thunk is used to make__ .

a] Asynchronous API calls

b] None of the options

c] Synchronous API calls

https://brainly.in/question/6472710

Why does the Node rely on event handlers?

A.APIs are synchronous

B.APIs are asynchronous

C.APIs are reusable

D.None of the mentioned

https://brainly.in/question/6882319

Answered by RAHULPATHANAPURAM
0

Answer:

The answer is false.

Explanation:

Similar questions