Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
Java Programming

The foreach loop

 

Control Structures

The foreach loop

The foreach loop allows us to run over a set of values in an array or similar structure.

See also: Iterating

1. [ Java ] foreach over a list


Big

beatles is an array,s takes each value in turn.