Tuesday, November 29, 2011

Why do threads block on I/O?

Threads block on i/o (that is enters the waiting state) so that other threads may execute while the i/o Operation is performed.
Category:Java Interview Questions

No comments:

Post a Comment