Java Character CodePointAt Char Int Int Method

# Introduction The Java `codePointAt()` method is a part of the `Character` class. It returns the Unicode code point of the character at the specified index in a char array. This lab will guide you through the process of using the `codePointAt()` method in Java.

|60 : 00

Click the virtual machine below to start practicing