What are the Java variable naming constraints?

Java variable names must start with one of the following characters:

After the first character, Java variable names can contain numbers.

Java Variable Naming Reserved Words

Java variable names cannot be one of the Java reserved words:




Bookmark What are the Java variable naming constraints?

Latest Blog Posts


Copyright 2008 Tech-FAQ. All rights reserved.