以下_________方法是在Thread类中定义?
A. sleep(long milliseconds)
B. wait()
C. notify()
D. toString()
查看答案
可以使用________方法强迫一个线程等待另一个线程的结束.
A. sleep(long milliseconds)
B. yield()
C. stop()
D. join()
java.lang.Thread的________ 方法是静态的?
A. run()
B. sleep(long)
C. start()
D. join()
Thread类的________ 方法抛出InterruptedException异常?
A. run()
B. start()
C. sleep(long)
D. yield()
Java中用于同步方法的关键字是__________。
A. synchronize
B. synchronizing
C. synchronized
D. Synchronized