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
Note that you can replace most of the benign uses of goto by
return
break
break label
throw inside try-catch-finally