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.