split string letter by letter java code example Example: split every character in string into array java String s="abcd"; char[] a=s.toCharArray();