Java

Topic: Java.lang.object

Explain method wait() in java?

 Causes the current thread to wait until another thread invokes the notify() method or the notifyAll() method for this object.

Browse random answers: