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

问题:

[单选]

11. String test= “a1b2c3”; 
12. String[] tokens = test.split(”\\d”); 
13. for(String s: tokens) System.out.print(s +“ “); 
What is the result?() 

A .  a b c
B .  1 2 3
C .  a1b2c3
D .  a1 b2 c3
E .  Compilation fails.
F .  The code runs with no output.
G .  An exception is thrown at runtime.

在中国传统哲学“知行观”中,提出“知先行后”主张的思想家是() 荀子。 程颐。 王阳明。 王夫之。 需按低温季节进行混凝土施工的气温标准为()。 日平均气温连续5d稳定在5℃以下或最低气温连续5d稳定在一3℃以下。 日平均气温连续3d稳定在5℃以下或最低气温连续5d稳定在一3℃以下。 日平均气温连续5d稳定在5℃以下或最低气温连续5d稳定在一5℃以下。 日平均气温连续3d稳定在5℃以下或最低气温连续5d稳定在一5℃以下。 读者工作 董仲舒说:“仁而不智,则爱而不别;智而不仁,则知而不为。”这说明,他认为教育应() 止于至善。 学思结合。 教学相长。 德育和智育并重。 消费者行为理论在旅游规划开发中的应用

11. String test= “a1b2c3”; 
12. String[] tokens = test.split(”\\d”); 
13. for(String s: tokens) System.out.print(s +“ “); 
What is the result?() 

参考答案:

  参考解析

本题暂无解析

在线 客服