4.1.3 Controlling Program Flow


Java has standard ways to control the execution of statements. If you are familiar with C or C++ you will immediately recognize Java's execution control statements, but other programming languages that you may use have undoubtedly similar kind of control statements.

In this section we shall discuss: