1. Identifiers are used to define package names, class names, method names, variable names, and constant names.
2. The identifier must consist of letters, underscores, and $ symbols, and cannot start with a number. Cannot be a reserved keyword in Java.
The above is the detailed content of Java Identifier Specification. For more information, please follow other related articles on the PHP Chinese website!