Determine Java Identifier Start Character

# Introduction In this lab, you will learn how to use the Java `isJavaIdentifierStart(char ch)` method. This method helps to determine whether the specified character is the first character in a Java identifier or not.

|60 : 00

Click the virtual machine below to start practicing