A.wait() B.run() C.stop() D.start()
A.button.enableActioinEvents(); B.button.addActionListener(anActionListener); C.button.enableEvents(true); D.button.enableEvents(AWTEvent.ACTION_EVENT_MASK);
A.調(diào)用類Worker中定義的super()方法 B.調(diào)用類Person中定義的super()方法 C.調(diào)用類Person的構(gòu)造函數(shù) D.語法錯誤