I need to synchronize 4 different threads. I dont think wait() and
notifyall() will work.
Could someone explain how to do this?
Jerry
> I need to synchronize 4 different threads. I dont think wait() and
> notifyall() will work.
>
> Could someone explain how to do this?
The following article might be of interest to you:
http://www.javaworld.com/javaworld/jw-04-1996/jw-04-synch.html
JW