Flow Control | JavaJava FundamentalsXander Billa·Dec 7, 2023·1 min readIt describes the order in which the statements will be executed at runtime. It is divided into three categories - Selection statements- if else statement- switch() StatementIterative statements- while loop- do while loop- for loop- for each loopTransfer statements- break- continue- return- try-catch-finally- assertXanderBillaflow-controlJavaProgramming Blogs Share this