Interview Question
Created by admin on Sat, 17/11/2012 - 15:45
Question:
Why do threads block on I/O ?
Language:
Answer:
Threads block on i/o (that is enters the waiting state) so that other threads may execute while the i/o Operation is performed.