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

A thread enters the waiting state when it blocks on I/O.

Showing Answers 1 - 3 of 3 Answers

The thread enters a blocked state when it is blocked on i/o,and hence it waits for the resources which is held by other thread and then it enters the running state where the thread gets executed.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions