Labels and branching Statements
Labels and branching Statements
The jump statement are used to transfer the program control unconditionally to some other location. Java provides three types of jump statements:
Break statement
Continue statement
Return statement