会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
庹俊杰
博客园
首页
新随笔
联系
管理
订阅
2017年2月6日
奇怪的Java题:为什么1000 == 1000返回为False,而100 == 100会返回为True?
摘要: 如果你运行如下代码: 1 2 3 4 Integer a = 1000, b = 1000; System.out.println(a == b);//1 Integer c = 100, d = 100; System.out.println(c == d);//2 1 2 3 4 Integer
阅读全文
posted @ 2017-02-06 10:28 奥特快啦
阅读(381)
评论(0)
推荐(0)
编辑
公告