Cite
Data types in Java are divided into basic data types and object data types. Among them, there are 8 basic data types, and the corresponding variables are called basic data type variables; Except for eight basic data types, all of them are object types, so the variables of object types are called references.