Tag Archives: foreach

foreach in java

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