# Introduction In this lab, we will learn about the `isJavaIdentifierStart(int codePoint)` method in Java. This method is used to determine whether the specified Unicode codepoint character is the first character in a Java identifier or not.
Click the virtual machine below to start practicing