JAVA中基本数据类型和封装类的区别Integer和Double为例
int 为基本类型,Integer是int对应的封装类,或称包装类,是对象。 int Integer初始值: 0 null 基本类型对应的封装类int(4字节)Integerbyte(1字节)