Jump statements in Java
Jump statements are used to transfer the executing point to a particular position.
It can also be said as jumping from particular point to other point.
Types of Jumping statements are
- break statement
- continue statement
- return statement