欢迎来到求知题库网 求知题库官网
logo
全部科目 > 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.

点击查看答案&解析
微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题