For Each Loop in Java: Enhanced For Loop
The for each loop in Java (also referred to as enhanced for loop) is an extended feature of Java language that was introduced with the Java SE 5 (J2SE 5.0) release. It is designed to simplify the process of iterating over…




