- 博客(2)
- 收藏
- 关注
转载 【转载】Java中int与integer区别
int和Integer的区别1、Integer是int的包装类,int则是java的一种基本数据类型 2、Integer变量必须实例化后才能使用,而int变量不需要 3、Integer实际是对象的引用,当new一个Integer时,实际上是生成一个指针指向此对象;而int则是直接存储数据值 4、Integer的默认值是null,int的默认值是0延伸: 关于Integer和int的...
2019-01-29 10:52:55 125 1
原创 关于构造函数的继承及Implicit super constructor Ca() is undefined. Must explicitly invoke another construcor错误
今天在学习JAVA的时候遇到了这样一个问题,在编写代码的时候,13行 Cb(int num){}的地方出现了一个Error:Implicit super constructor Ca() is undefined. Must explicitly invoke another constructor仔细检查了一番,没找到什么问题,想着Cb继承Ca那不就是先调用父类Ca的构造函数吗,...
2019-01-25 11:19:26 3343 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人