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