InterviewSolution
Saved Bookmarks
| 1. |
What Is A Blocking Code? |
|
Answer» If APPLICATION has to wait for some I/O OPERATION in order to complete its execution any further then the CODE responsible for WAITING is known as BLOCKING code.
If application has to wait for some I/O operation in order to complete its execution any further then the code responsible for waiting is known as blocking code.
|
|