1、成员变量
整型(int、byte、short、long):0
浮点型(float、double):0.0
字符型(char):0(或'/u0000')
布尔型(boolean):false
引用数据类型(类、数组、接口):null
2、局部变量
没有默认初始化值