Multiple choice Which of the following methods is used to extract a single character from a string? getChars() getBytes() toCharArray() charAt() equalsIgnoreCase() Reveal answer Fill a bubble to check yourself D Correct answer Explanation This method is used to extract a single character from a string.