会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Nathan
君子厚积而薄发
博客园
首页
新随笔
联系
订阅
管理
2015年9月22日
两个Integer比较大小需要注意的误区
摘要: 通过下面的例子,来了解integer比较大小需注意的几点。eg.定义Integer对象a和b,比较两者结果为:a不等于b1 Integer a = 1;2 Integer b = 1;3 if(a==b){4 System.out.print("a等于b"); 5 }else{6 Syst...
阅读全文
posted @ 2015-09-22 17:23 留白若雪1992
阅读(4827)
评论(1)
推荐(0)
编辑
公告