Let's say you have an array of Strings:


String[] animals = {"cats", "dogs", "lizards"};


Then this:


for(String s : animals){