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. |
|