單項(xiàng)選擇題處理一個(gè)對(duì)象事件的首選方式是哪項(xiàng)?()

A.覆蓋對(duì)象的handleEvent()方法
B.添加一個(gè)或多個(gè)事件監(jiān)聽(tīng)來(lái)處理事件
C.覆蓋對(duì)象的processEvent()方法
D.覆蓋對(duì)象的dispatchEvent()方法


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題假如我們想要對(duì)象eh來(lái)處理TextArea對(duì)象t的TextEvent事件,那么,我們應(yīng)如何把eh添加為t的事件處理程序?()

A.t.addTextListener(eh)
B.eh.addTextListener(t)
C.addTextListener(eh,t)
D.addTextListener(t,eh)

2.單項(xiàng)選擇題下列哪個(gè)組件會(huì)產(chǎn)生Action事件?()

A.Buttons
B.Labels
C.CheckBoxes
D.Windows

3.單項(xiàng)選擇題以下哪個(gè)方法不是鼠標(biāo)事件偵聽(tīng)器接口(MouseListener)定義的?()

A.mousePressed
B.mouseEntered
C.mouseDragged
D.mouseClicked

4.多項(xiàng)選擇題事件適配器類的作用是:()

A.為編寫(xiě)事件偵聽(tīng)器程序提供簡(jiǎn)便手段
B.創(chuàng)建一種全新的事件偵聽(tīng)機(jī)制
C.是由相應(yīng)的事件偵聽(tīng)器接口繼承而來(lái)
D.定義在java.awt.event中

5.多項(xiàng)選擇題以下哪些接口是事件偵聽(tīng)器接口?()

A.ActionListener
B.ItemListener
C.WindowListener
D.ButtonListener