问题描述:
[单选]
在一个线程中调用了sleep(1000)方法,该线程将在多长时间后获得对CPU的控制(假设睡眠过程中不会有其他事件唤醒该线程)()
A.正好1000毫秒时
B.<1000毫秒时
C.=>1000毫秒时
D.以上情况均有可能
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
上一篇:以下代码片断的执行结果是()int result = 0;int i = 2;switch (i) { case 1( ) result = i++; case 2( ) result = result + i--; case 3( ) result = result + ++i;}
下一篇:关于以下代码的说法正确的是()class Father { public Integer getLength(){ return new Integer(4); }}class Son extends Father { public Long getLength(){ return new Long(5); }}public class Main { public static void main(String args【】) { Father f = new Father(); Son s = new Son(); System.out.println("%d,%d", f.getLength(), s.getLength()); }}
- 我要回答: 网友(216.73.216.135)
- 热门题目: 1.工程监理单位的服务对象是() 2.工程变更时,()组织建设单位 3.见证取样时保证工程质量的手段
