Quote:
Originally Posted by n1kk00
wait/notify(All) is the standard Java mechanism to coordinate multiple theads, i.e. those things are waiting to acquire a lock to access a shared resource or complete some action - doesn't look abnormal to me 
|
OK - I'll go with that.
I have heard that Java has its own idea of thread handling, so if what we see in the listing is just its own normal way of doing things . . . .