Introduction
The isLowerCase(char ch)
method is a part of the Character
class in Java. This method is used to check whether the specified character is a lowercase letter or not. This method returns a boolean value indicating whether the specified character is a lowercase letter or not.