Question 1 · 1
Which description of synchronous calls to an API is true?
Choose one answer.
- They can be used only within single-threaded processes.
- They pause execution and wait for the response.
- They always successfully return within a fixed time.
- They can be used only for small requests.