-->
当前位置:首页 > 题库

单选题:How can you create a listener class that receives events when th

Luz5年前 (2021-05-10)题库964
How can you create a listener class that receives events when the mouse is moved?
 @[D](2)

A. By extending MouseListener.
B. By implementing MouseListener.
C. By extending MouseMotionListener.
D. By implementing MouseMotionListener.



A.By extending MouseListener.
B.By implementing MouseListener.
C.By extending MouseMotionListener.
D.By implementing MouseMotionListener.


答案:D