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

问题:

[单选]

public class TestOne { 
public static void main (String[] args) throws Exception { 
Thread.sleep(3000); 
System.out.println(”sleep”); 
} 
} 
What is the result?() 

A .  Compilation fails.
B .  An exception is thrown at runtime.
C .  The code executes normally and prints “sleep”.
D .  The code executes normally, but nothing is printed.

分类目录 简述英国教育管理体制的特点及其改革方向。 图书分类的主要作用是什么? 下列属于泵站出水建筑物的有() 沉砂建筑物。 前池。 冲砂建筑物。 出水池。 压力水箱。 房地产投资的风险类型一般有() 财务风险。 流动性风险。 自然风险。 经营风险。

public class TestOne { 
public static void main (String[] args) throws Exception { 
Thread.sleep(3000); 
System.out.println(”sleep”); 
} 
} 
What is the result?() 

参考答案:

  参考解析

本题暂无解析

在线 客服