当前位置:SCJP程序员认证考试题库

问题:

[单选]

public class Yippee { 
public static void main(String [] args) { 
for(int x = 1; x < args.length; x++) { 
System.out.print(args[x] +“ “); 
} 
} 
} 
and two separate command line invocations: 
java Yippee 
java Yippee 1234 
What is the result?() 

A .  No output is produced. 123
B .  No output is produced. 234
C .  No output is produced. 1234
D .  An exception is thrown at runtime. 123
E .  An exception is thrown at runtime. 234
F .  An exception is thrown at rijntime. 1234

简论初中阅读教学在语文教学中的地位。 设置字体大小时,选择"无",代表() 3号字。 4号字。 5号字。 6号字。 以下属于个人总资产的是() 按揭贷款。 汽车消费贷款。 自用住宅。 短期借款。 简述法国加强幼小衔接的具体措施有哪些? 柏林爱乐成为世界一流乐团与卡拉扬的指挥密不可分,卡拉扬前后为柏林爱乐工作了()年 16年。 28年。 14年。 20年。

public class Yippee { 
public static void main(String [] args) { 
for(int x = 1; x < args.length; x++) { 
System.out.print(args[x] +“ “); 
} 
} 
} 
and two separate command line invocations: 
java Yippee 
java Yippee 1234 
What is the result?() 

参考答案:

  参考解析

本题暂无解析

在线 客服