基本数据类型(primitive type)8个:byte、short、int、long、float、double、char、boolean
剩下的都是引用类型(reference type)
String也是引用类型