IT/Java2018. 2. 24. 22:54String to char[]

String str = "Hello World"; char[] charArray = str.toCharArray();

image