Multiple choice Which method converts all the characters in a String object into a character array? charAt() toCharArray() getChars() getBytes() Both (1) and (2) Reveal answer Fill a bubble to check yourself B Correct answer Explanation This method converts all the characters in a String object into a character array.