Programming Tutorials

Comment on Tutorial - wait(), notify() and notifyAll() in Java - A tutorial By Jagan



Comment Added by : xavier

Comment Added at : 2011-09-22 05:09:58

Comment on Tutorial : wait(), notify() and notifyAll() in Java - A tutorial By Jagan
I think 27's solution is OK, there is no deadlock because the synchronization avoids the calling of wait() at the same time.

View Tutorial