When a thread blocks on I/O, what state does it enter?
A thread enters the waiting state when it blocks on I/O.
Explore posts in the same categories: Java Interview Questions
A thread enters the waiting state when it blocks on I/O.
You must be logged in to post a comment.