File
Doc
Category
Size
Date
Package
NotifyError.java
API Doc
Example
2556
Sun Feb 08 21:34:08 GMT 2004
None
NotifyError
java.lang.Object
public class NotifyError extends Object
Show WRONG use of notify()
Fields Summary
Constructors Summary
Methods Summary
public static void
main
(
java.lang.String[]
args)
Object o = new Object(); o.notifyAll(); // NOT OWNER OF o's MONITOR. BAD. DO NOT DO THIS.
Java Code Source