If goto and const keywords are not used in java then why java list them in the java keyword list.
Asked
Active
Viewed 349 times
-5
-
3http://stackoverflow.com/questions/1334376/goto-keyword-in-java?rq=1 – Sednus Mar 16 '13 at 18:38
-
1http://stackoverflow.com/questions/7428358/why-const-keyword-is-not-used-in-java – Sednus Mar 16 '13 at 18:38
-
http://simple.wikipedia.org/wiki/Goto – mcalex Mar 16 '13 at 18:39
-
@mcalex What's your point? – Mar 16 '13 at 18:41
-
I think you mean `const` – Peter Lawrey Mar 16 '13 at 21:47
1 Answers
1
They are reserved for future use, only not yet in use. They might have use in a future version of Java.

PurkkaKoodari
- 6,703
- 6
- 37
- 58