Convert Unicode Code Point to Lowercase

# Introduction In this lab, we will learn about the `toLowerCase(int codePoint)` method in Java. It is a method of the `Character` class and is used to convert the specified Unicode code point character argument to its lowercase equivalent. The `toLowerCase()` method uses the case mapping information provided by the Unicode Data file.

|60 : 00

Click the virtual machine below to start practicing