1.2 and Reserved Words 绪Keyword 论There are two keywords that are reserved in Java but which are not used. If you try to use one of these, the Java compiler will scold you with the following: const Do not use to declare a constant; use public static final. goto Not implemented in the Java language. It s considered harmful.
Java Programming, spring, 2012