char[]arr = mot.toCharArray(); code example Example: convert string to char array in java String str = "example"; char[] ch = str.toCharArray();