ICSE Class 10 Computer Applications
Question 29 of 30
Solved Sample Paper 4 — Question 29
Back to all questions 29
Question Question 2(ix)
State the method that determines, if the specified character is an uppercase character.
isUpperCase(char) method determines, if the specified character is an uppercase character. It returns true if the character is upper case, else it returns false.