基本数据类型{数值型{整数类型(byte[1],short[2],int[4,]long[8]),浮点类型(float[4],double[8])},字符型(char[2]存放单个字符),布尔型(boolean[1])}
引用数据类型{类class,接口interface,数组}