基本数据类型:整型:byte(1),short(2),int(4),long(8) l 浮点型:float(4),double(8); 布尔型 boolean(1);字符型 char[2] 'a'
引用数据类型:class interface 和数组;