How do I use the goto keyword?
Created May 4, 2012
John Zukowski While goto is a reserved word in Java, its usage is not permitted. You should consider using labeled breaks or throw exceptions instead.
Created May 4, 2012