题目内容

1. class A implements runable ( 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();

查看答案
更多问题

使用掘进机掘进应遵守下列规定

阀门与闸门不同,阀门的主要用于()

A. 截断废水流动
B. 调节流量
C. 调节流速
D. 调节压力

简述《中华民国临时约法》的主要内容。

平衡凝固

答案查题题库