A.wait() B.sleep() C.join D.notify()
A.sleep() B.wait() C.notify() D.join()
A.就是守护线程 B.用户线程 C.Thread线程 D.Runnable线程