for each can use with string? code example Example: java foreach char for (char ch: "xyz".toCharArray()) { System.out.println(ch); }