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