Multiple choice Which of the following methods is/are provided by the character class? isDigit() isLetter() isLetterOrDigit() All of the above None of these Reveal answer Fill a bubble to check yourself D Correct answer Explanation All of the methods given are defined in the character class. So this is the correct choice.