Is there a goto statement in java?
- by Venkats
I'm confused about this. Most of us have been told that there is no goto statement in Java.
But I found that it is one of the keyword in Java. Where can it be used? If it can not be used, then why was it included in Java as a keyword?