Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

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.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #wait #method #java
ADD COMMENT
Topic
Name
4+8 =