for each loop char * code example Example: java foreach char for (char ch: "xyz".toCharArray()) { System.out.println(ch); }