试题详情
- 单项选择题 1. class A implements Runnable ( 2. int i; 3. public void run ( ) ( 4. try ( 5. thread.sleep(5000); 6. i= 10; 7. ) catch(InterruptedException e) {} 8. ) 9. ) 10. 11. public class Test { 12. public static void main (string args[]) ( 13. try ( 14. A a = new A ( ); 15. Thread t = new Thread (a); 16. t.start( ); 17. 18. int j= a.i; 19. 20. ) catch (Exception e) {} 21. ) 22. } Which statement al line 17 will ensure that j=10 at line 19?()
A、 a.wait();
B、 t.wait();
C、 t.join();
D、 t.yield();
E、 t.notify();
F、 a.notify();
G、 t.interrupt();
- C
关注下方微信公众号,在线模考后查看
热门试题
- A Company.com&
- ServletContext对象是如何创
- GUI控件的事件处理中,事件源与监听器之
- int index&ensp
- Every page&ens
- 解释this和super的意义和作用。
- import java.aw
- Which two
- 给一个不多于5位的正整数,要求:一、求它
- 编写一个字符界面的JavaApplica
- 1. public&ensp
- 输出流输出数据后,应调用哪个方法将其关闭
- 1. public&ensp
- 在Swing GUI编程中,
- Which code,&ens
- Given a
- 1. class
- 程序中实现多线程的方法有两种:继承Thr
- 利用Applet类和Runnable接口
- 表格包约束的“gridwidth”,“g