Java Character isValidCodePoint Method

# Introduction The `isValidCodePoint()` method is a part of the Java `Character` class. This method is used to check whether the specified Unicode code point is a valid Unicode code point value or not. This lab will guide you on how to use the `isValidCodePoint()` method in your Java program.

|60 : 00

Click the virtual machine below to start practicing