Home » Unlabelled » Why are wait(), notify() and notifyall() methods defined in the Object class? | Java Threads
Tuesday, 14 February 2012
Why are wait(), notify() and notifyall() methods defined in the Object class? | Java Threads
These methods are detailed on the Java Software Development Kit JavaDoc page for the Object class, they are to implement threaded programming for all subclasses of Object.
No comments:
Post a Comment