Answers for "java what is the use of wait"

2

wait method in java

java.lang.Object.wait() causes current thread to wait until another thread 
invokes the notify() method or the notifyAll() method for this object.
Posted by: Guest on July-09-2020

Code answers related to "java what is the use of wait"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language