Divida todos os caracteres em string na matriz java

String s="abcd";
char[] a=s.toCharArray();
Xenophobic Xenomorph