Obscuring
Definition:A simple name may occur in contexts where it may potentially be interpreted as the name of a variable, a type,type parameter, or a package.(JLS-8).So it will be course to compile time error,will define as the obscuring.
//compile-time error in last line
public class A {
public static void main(String[] args) {
String System = "Obscuring Exsample";
System.out.println(System);
}
}
Wow! nice description, first you learn this, after that publish, go to hell!
ReplyDeleteGaka Boy!
ReplyDelete