Wednesday, February 11, 2009

When a thread blocks on I/O, what state does it enter

Question :When a thread blocks on I/O, what state does it enter?
Answer :A thread enters the waiting state when it blocks on I/O.

No comments: