Checking Lowercase Characters in Java

# 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.

|60 : 00

Click the virtual machine below to start practicing