DEVFYI - Developer Resource - FYI

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

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

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

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

(Continued on next question...)

Other Interview Questions