Java Reference
In-Depth Information
sleep();
}
}
}).start();
}
In summary, beware of unintentional shadowing, and learn to recognize compiler errors that
indicate its presence. For compiler writers, do your best to generate error messages that are
meaningful to the programmer. In this case, for example, the compiler could alert the programmer
to the existence of a shadowed method declaration that is applicable to the invocation.
< Day Day Up >
 
 
Search WWH ::




Custom Search