Advertisements
Advertisements
Question
Write down the syntax to perform the following task:
To check whether a character(chr) is in uppercase or not.
One Line Answer
Solution
boolean p = Character.isUpperCase(chr);
shaalaa.com
Is there an error in this question or solution?