For loop
String [] names = {"James", "Larry", "Tom", "Stacy"}; for( String name : names ) { // System.out.println( name ); }