Google News
logo
Java - Interview Questions
Why goto statements are not available in java?
goto statements lead to confusion for a programmer. Especially, in a large program, if several goto statements are used, the programmer would be perplexed while understanding the flow from where to where the control is jumping.
Advertisement