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