Identifying Unicode Identifier Start Characters

# Introduction In this lab, you will learn how to use the `isUnicodeIdentifierStart(char ch)` method of the `Character` class. This method checks whether a given character is allowed as the first character in a Unicode identifier or not. You will also learn how to write a Java program to test the `isUnicodeIdentifierStart(char ch)` method.

|60 : 00

Click the virtual machine below to start practicing