how to string get from user in char array java code example Example: java string to char array String str = "example"; char[] ch = str.toCharArray();