goto is a reserved word in java, but it has no use. Labels exist, though, but should really only be used for nested loops. If you're needing one elsewhere, you should restructure your program.
https://stackoverflow.com/questions/2545103/is-there-a-goto-statement-in-java/2545160#2545160