Java Control Statement Control the flow of the execution in a program. Below given the main types of Control Statements in Java.
1. Decision Making Statements
2. Looping Statements
3. Jump Statements
We will Learn each of the control statements in the next chapters.