Java Character getName Method

# Introduction The `getName()` method in Java is a part of the `Character` class which returns the Unicode name (if available) assigned to the character represented by a given Unicode code point. This method is very useful while representing the Unicode characters in your Java program.

|60 : 00

Click the virtual machine below to start practicing