Posted By:
David_Rees
Posted On:
Wednesday, November 15, 2000 02:53 PM
Does Java keep a count of the number of
notify
s for a given object? That is, if
notify()
is called three times on on object A, then will three
wait
s at a later time proceed immediately? Also, if there are three waits on A then at a later point three notifies on A will resume all of three of them?