<<< Analyzing a Console Java Application | Index | Requirements for identifiers >>> |
Everything used within Java program must be part of a class
class has a name, or identifier.
The identifier must begin with
Letter
Underscore
Dollar sign
Cannot begin with digit
<<< Analyzing a Console Java Application | Index | Requirements for identifiers >>> |