多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

public static void main(String[]args){ Integer i=new Integer(1)+new Integer(2); switch(i){ case3:System.out.println("three");break; default:System.out.println("other");break; } } Whatistheresult?()

  • A、three
  • B、other
  • C、Anexceptionisthrownatruntime.
  • D、Compilationfailsbecauseofanerroronline12.
  • E、Compilationfailsbecauseofanerroronline13.
  • F、Compilationfailsbecauseofanerroronline15.
正确答案:A
答案解析:
进入题库查看解析

微信扫一扫手机做题