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.調用類Worker中定義的super()方法 B.調用類Person中定義的super()方法 C.調用類Person的構造函數(shù) D.語法錯誤