Daily Archives: August 10, 2011

foreach in java

for(String item : list){
       // do things with the item
}