`
xue_lang
  • 浏览: 864 次
社区版块
存档分类
最新评论
文章列表
       如果你能很确定说出以下五个等式的结果,那么请绕行,稍有疑惑,那么这片博文将为你解开迷惑。  (以下测试是在 JDK1.7下进行的) public class IntegerCacheTest { public static void main(String[] args) { int a = 1; Integer b1 = 1; Integer b2 = 1; Integer c1 = new Integer(1); Integer c2 = new Integer(1); Integer d1 = 128; In ...
Global site tag (gtag.js) - Google Analytics