Last Minute Java FOR Loop with Break and Continue Tutorial
Java language provides another good looping control statement called FOR loop. A FOR loop is superior to WHILE loop and DO WHILE loop in terms of flexibility in maintaining loop variables.
Java FOR Loop Explained
There are two types of FOR loops.