Page 1 of 1

Which description of synchronous calls to an API is true?

Posted: Fri Jul 22, 2022 5:29 pm
by answerhappygod
Which description of synchronous calls to an API is true?

A. They can be used only within single-threaded processes.
B. They pause execution and wait for the response.
C. They always successfully return within a fixed time.
D. They can be used only for small requests.