Interview Question
Created by admin on Sat, 17/11/2012 - 16:21
Question:
When a thread blocks on I/O, what state does it enter?
Language:
Answer:
A thread enters the waiting state when it blocks on I/O.
When a thread blocks on I/O, what state does it enter?