Multiple choice

Which of the following character methods in Java returns true value when argument provided with function is in uppercase letters?

  1. isUpperCase()

  2. toUpperCase()

  3. toLowerCase()

  4. toTitleCase()

  5. isLetter()

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This character method in Java returns true value when argument provided with function is in uppercase letters.