Last Minute Java Enhanced FOR loop with Break & Continue Tutorial Read more about Last Minute Java Enhanced FOR loop with Break & Continue Tutorial Another variation of the traditional FOR loop is an Enhanced FOR loop. It is also called a FOR-EACH loop. It is completely different from the traditional WHILE, DO WHILE and FOR loops which were adopted from the C Programming Language.