多項選擇題以下()有關(guān)事件監(jiān)聽器的語句是正確的。

A.Multiple listeners can be attached to one component
B.Only one listener can be attached to one component
C.One listener can receive and process the events from multiple components
D.One listener can receive and process the events from only one component


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題下列()方法是Connection對象所具有的方法。

A.executeUpdate()
B.createStatement()
C.preparedStatement()
D.PrepareCall()

2.多項選擇題面向?qū)ο蠹夹g(shù)的基本要素主要有()。

A.抽象性
B.封裝性
C.繼承性
D.多態(tài)性

3.多項選擇題下面()設(shè)備屬于輸出設(shè)備。

A.打印機
B.顯示器
C.鼠標(biāo)
D.鍵盤

4.多項選擇題定義一個類名為"MyClass.java"的類,并且該類可被一個工程中的所有類訪問,那么該類的正確聲明應(yīng)為()。

A.private class My Class extends Object
B.class My Class extends Object
C.public class My Class
D.public class My Class extends Object

5.多項選擇題以下()方法是Applet采用AWT繪圖時所采用的方法。

A.paint()
B.draw()
C.update()
D.repaint()