Background of this article

Identifiers

“An identifier is a name given to a variable, class, or method.”
Identifiers have the following characteristics:
Can start with a Unicode letter, underscore (_), or a dollar sign ($).
Are case-sensitive and have no maximum length.
Examples of valid identifiers:
The Java programming language supports the following two basic data types:
  1. Primitive types
  2. Class types
“Primitive data types are simple values, not objects.”