Well done!
You have completed Asynchronous Programming Review!
Quiz Question 1 of 7
What is a major drawback of requesting data from a server synchronously?
Choose the correct answer below:
-
A
It's not possible to request data synchronously.
-
B
It makes the page completely unresponsive. The user is not able to interact with the page until the requested data is eventually returned.
-
C
The requested data is returned immediately before the user can interact with it.
-
D
There are no drawbacks to requesting data synchronously.