int和Integer的区别

2026-02-15 08:05:59

1、首先我们来验证一下int和Integer,如下图int不能赋值为空,Integer可以赋值为空

int和Integer的区别

2、比对一下int和Integer是否相等,如下图是相等的

int和Integer的区别

int和Integer的区别

3、如果是new 一个Integer的话它也是相等的

int和Integer的区别

4、如果两个都是new的Integer相比较也是相等的

int和Integer的区别

猜你喜欢