Computer Applications
The return type of the isLowerCase() method is …………… .
- int
- boolean
- char
- String
Java Library Classes
5 Likes
Answer
boolean
Reason — The return type of isLowerCase() method is boolean as it returns true if the character argument is in lower case else it returns false.
Answered By
5 Likes