By screener
via javarevisited.blogspot.in
Published: Nov 02 2012 / 09:50
notify and notifyAll method are always confusing for many Java programmers, an attempt to revisit some basics of notify and notifyAll method in Java.
Comments
Fabian Kessler replied ago:
Good article for those who write low level Java framework code. Exactly because it is so easy to confuse things and introduce bugs, it is recommended for any application level code to use higher level frameworks such as the java util concurrent package http://www.ibm.com/developerworks/java/library/j-5things4/index.html or frameworks like akka.io.
Voters For This Link (10)
Voters Against This Link (0)