Use String.toCharArray() to convert a String into a char array
Use .chars() to get the IntStream, and convert it to Stream Char using .mapToObj
The #1 tech hiring platform