how to loop through letters in ja code example Example: iterate over string java String str = "hello"; for (char c : str.toCharArray()) //process c