Control Statements
uJava uses traditional control statements
Øif-else, switch, loop
ØAlso includes three jump statements
§break, continue, return
§Control program flow during run time
uLoop controls
ØIterative control structures
ØControl repeated execution of specific code segments
Øfor while, do while
ØFunctionality can be extended using jump statements
ØLoop portions can be modified to handle almost any valid Java expression
More advanced Java concepts