The isLowerCase(char ch) method returns a Boolean value i.e. true if the given(or specified) character is in lowercase . Otherwise, the method returns false.
Is true lowercase in Java?
The isLowerCase(char ch) method returns a Boolean value i.e. true if the given(or specified) character is in lowercase . Otherwise, the method returns false.