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

问题:

[单选]

12. String csv = “Sue,5,true,3”; 
13. Scanner scanner = new Scanner( csv); 
14. scanner.useDelimiter(”,”); 
15. int age = scanner.nextInt(); 
What is the result?() 

A .  Compilation fails.
B .  After line 15, the value of age is 5.
C .  After line 15, the value of age is 3.
D .  An exception is thrown at runtime.

简述栅渣压榨机的作用? 比较法 简述文义文化应把握的三种要点。 《国防教育法》 ()能力是国这竞争力的核心。 文化创新。 科技创新。 理论创新。 制度创新。

12. String csv = “Sue,5,true,3”; 
13. Scanner scanner = new Scanner( csv); 
14. scanner.useDelimiter(”,”); 
15. int age = scanner.nextInt(); 
What is the result?() 

参考答案:

  参考解析

本题暂无解析

在线 客服