convert a string to an array of collection characters java code example Example: java string to char array String str = "example"; char[] ch = str.toCharArray();