阅读下面一段代码 程序的运行结果是()。Integerin1=newInteger(10);Int
阅读下面一段代码,程序的运行结果是()。Integerin1=newInteger(10);Integerin2=newInteger(10);Integerin3=10;Integerin4=10;System、out、print(in1==in2);System、out、print(in1==in3);System、out、print(in3==in4);
A、truetruetrue
B、falsefalsetrue
C、falsefalsefalse
D、falsetruefalse