判斷題傳遞給實現(xiàn)了java.awt.event.MouseMotionListener接口的類中mouseDragged()方法的事件對象是MouseEvent類型的。()

您可能感興趣的試卷

你可能感興趣的試題

3.多項選擇題下述()說法是正確的。

A.實例變量是類的成員變量
B.實例變量是用static關鍵字聲明的
C.方法變量在方法執(zhí)行時創(chuàng)建
D.方法變量在使用之前必須初始化

4.多項選擇題以下()有關事件監(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

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

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