use of for loop with list in java code example Example: java loop through list for (E element : list) { . . . }