类型: 1.基本数据类型: 整型:byte、short、int、long 默认值是0 浮点型:float、double 默认值是0.0 字符型:char 默认值是 空格 布尔型:boolean 默认值是false 2.引用数据类型: (类,数组,接口等) 默认值是null;