Java has two basic data categories: Objects and Primitives. All data members and local variables should have one of these data types.
A primitive data type represents a single item in data using a small amount of memory for this.
Assignment statements have the following general form:
variable = expression;
Assignment statements have the following general form:
type name = expression;