Home  >  Article  >  Java  >  Java Identifier Specification

Java Identifier Specification

PHP中文网
PHP中文网Original
2017-07-11 18:13:051583browse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn