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

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

参考答案
您可能感兴趣的试题
  • ● 下面是一段 javabean 程序,该程序的运行结果是 (62) 。 public class NullTest { public static

  • 域就像一段程序代码,文档中显示的内容是域代码运行的结果。()

  • score是一个整数数组 有五个元素 已经正确初始化并赋值 仔细阅读下面代码 程序运行结果是( )

  • 请阅读下面程序:x=0forxinrange(5):x+=1ifx==3:breakprint(x end=\)运行程序 程序的输出结果为()

  • 下面一段JavaScript代码的输出结果是();}

  • 请先阅读下面的代码 int x = 1; int y = 2; if (); 上面一段程序运行结束时 变量y的值为下列哪一项?