java foor loop with chars code example Example: iterate over string java String str = "hello"; for (char c : str.toCharArray()) //process c