Computer Science, asked by rajjanlal6893, 9 months ago

What is the return type of isLOwerCase() *​

Answers

Answered by sanameer
0

Answer:

The isLowerCase(int codePoint) method returns a Boolean value, i.e., true if the given(or specified) character is in lowercase. Otherwise, the method returns false.

Explanation:

hope it will help you

Similar questions