foreach char in char[] java code example Example: java foreach char for (char ch: "xyz".toCharArray()) { System.out.println(ch); }