3.Structure O FJava Program
3.Structure O FJava Program
1|Page
SSSIT Computer Education
Besides R.S.Brothers Show Room
KPHB-Hyderabad. Java Online Training
Java
Naming Convention of Java Language :
Actually we can write any identifiers in our own style by following identifiers rules,But
SUN Micro system given some naming conventions for understanding programming
concepts easy.
For Variables :
These are suggested to write with nouns
These are suggested to write in lower case letters
Eg: int sno; String sname,city;