For

Comum

for (int i = 0; i < 100; i++) {};

 

For each

ArrayList a = new ArrayList();

a.add(Objeto1);

a.add(Objeto2);

for (Object o:a) {};