+2 votes
in JAVA by
Can we use goto in Java to go to a particular line in Java?

1 Answer

0 votes
by

In Java, there is not goto keyword and java doesn’t support this feature of going to a particular labeled line.

...