Java Identifiers
by Michael Thomas
(
Tutorial Home Page
)
The source
Learn the Identifier naming rules for variables, methods, classes, etc...
See Legal & Illegal identifiers.
See the use of special Unicode characters in identifiers (not used that often).
Letters = (A-Z, a-z, '$' or '_')
Digits = (0 - 9)
Please enable Java to view this page.