Tuesday, November 29, 2011

What are three ways in which a thread can enter the waiting state?

A thread can enter the waiting state by invoking its sleep() method, by blocking on I/O, by unsuccessfully attempting to acquire an object&
Category:Java Interview Questions

No comments:

Post a Comment