Multiple choice

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

  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 an argument provided with a function is in uppercase.