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