给定java代码片段,如下Integer a = new Integer(3);Integer b = new Integer(3);System.out.println(a==b);
A.True B.False C.0 D.1
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。