Java   View all facts   Glossary   Help
syntactic unit > symbol > name > simple name
Next namevariable name    Upname    Previous nameprogram element name   

simple name comparison table
Subject have example begin with have be be the same as start with contain is a subtopic of is a kind of have convention write in
simple class name
String 
an uppercase letterfirst letter of each word capitalized by conventiontoo general or too specific  spacesPackagessimple name the singular by convention
simple variable name
  • loadFile
  • areaCode
  • quitGame
a lowercase letter case sensitivethe name of another variable in its scopea letter, an underscore character (_) or a dollar sign ($)any combination of Unicode characters after the first characterVariables and Data Typesvariable nameit consists of several words joined together with the first letter of the variable name in lowercase, each successive word beginning with a capital letter and all other letters lowercase 

Next namevariable name    Upname    Previous nameprogram element name