//iteration by using the enhanced for loop provided by Java 5 or later for (String str : strArray3) { System.out.print(str); }