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
No, thankfully, there isn't goto in Java.
goto
The goto keyword is only reserved, but not used (the same goes for const).
const