I am a beginner in Java so maybe I got this wrong, but do the labeled continue and break statements act like the goto of so many other programming languages?

If it does, should we ever use these labeled forms?