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

问题:

[单选]

11. public class Counter { 
12. public static void main(String[] args) { 
13. int numArgs = /* insert code here */; 
14. } 
15. } 
and the command line: java Counter one fred 42 Which code, inserted at line 13, captures the number of arguments passed into the program?() 

A .  args.count
B .  args.length
C .  args.count()
D .  args.length()
E .  args.getLength()

以下不属于房地产投资优点的是() 可获得相对较高的收益。 易于获得金融机构的支持。 能抵消通货膨胀的影响。 投资回收期较长。 为保证厌氧运行的稳定工厂主要采取哪些措施。 语文教学设计主要有哪些内容? 组成雌蕊的基本单位称为()。 心皮。 细胞。 组织。 子房。 语文知识教学的意义是什么?

11. public class Counter { 
12. public static void main(String[] args) { 
13. int numArgs = /* insert code here */; 
14. } 
15. } 
and the command line: java Counter one fred 42 Which code, inserted at line 13, captures the number of arguments passed into the program?() 

参考答案:

  参考解析

本题暂无解析

在线 客服