问题详情

答题翼 > 问答 > 远程教育 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

阅读下面一段代码 程序的运行结果是()。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

参考答案
您可能感兴趣的试题