switch
while
loops (both top test and bottom test)break
used to exit from a switch or loop statementcontinue
used within looping constructs to advance to the
next iterationbreak
and
continue
may optionally indicate which construct they apply to
(useful in nested constructs)goto
statement in Javareturn
statement is used to exit a methodvoid
methods