|
java
|
|
|
|
|
Bookmarks
|
|
|
|
|
|
|
Diffrence Between Notify & NotifyAll (Threads and Synchronization forum at JavaRanch)
|
|
|
|
# In case of notify() only one thread will get to the RUNNING state and other will be in WAIT state
# In case of notifyAll() only one thread will get to the RUNNING state and other will be in BLOCKED state
http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb
saved under Interview Questions/notify vs notifyAll
by
java
|
|
|