I\'m confused about this. Most of us have been told that there isn\'t any goto statement in Java.
But I found that it is one of the keywords in Java. Where can it be
To prohibit declarations of variables with the same name.
e.g. int i = 0, goto;
int i = 0, goto;