Java Syntax and Grammars Oct8
Java Syntax and Grammars Oct8
Class Names − For all class names the first letter should be in
Upper Case. If several words are used to form a name of the
class, each inner word's first letter should be in Upper Case.
Class representing the name of a Java class. This class is unable
to changed, and can therefore be safely used by multiple threads.
Example: class MyFirstJavaClass
CLASS NAME
BASIC GRAMMARS
About Java programs, it is very important to keep in mind the
following points.