网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
网络接收线程睡眠时间为()毫秒。
A.3
B.4
C.5
D.6
参考答案
更多 “ 网络接收线程睡眠时间为()毫秒。 A.3B.4C.5D.6 ” 相关考题
考题
下列程序的运行结果是______。 Class C14 implements Runnable { private int i; public C14(int n) { this.i = n; } public void run{) { try { Thread.currentThread().sleep(i); } catch(InterruptedException ie) { System.err.println(ie.tString()); } System.out.println("线程" + Thread.currentThread() .getName + "睡眠了" + i + "毫秒结束"); } } public class Testl4 { public static void main(String[] args) { Thread t = new Thread(new C14(300), "t"); t.start(); } }A.线程t睡眠了300毫秒结束B.线程Thread-0睡眠了300毫秒结束C.线程t睡眠了i毫秒结束D.线程Thread-0睡眠了i毫秒结束
考题
应用Thread类定义两个线程对象,要求每个线程输出它的名字,每隔300毫秒输出一次,共输出20次。
热门标签
最新试卷