Why do threads block on I/O?

Why do threads block on I/O?

Carmin
Views: 1485 | Community Opinion: 1

Tags..  Threads  core Java

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Kallash Said..

Threads block on I/O (that is enters the waiting state) so that other threads may execute while the i/o
Operation is performed.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: