Multiple Choice
Which of the following mouse events is handled by the interface MouseMotionListener?
A) mouseExited
B) mouseReleased
C) mouseDragged
D) mousePressed
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A Java applet is the same as
Q2: A mouse can generate _ different types
Q4: Which of the following constructors would produce
Q6: You must import the package javax.swing in
Q9: menuMB.add(fileMenu);<br>MenuMB.add(editMenu);<br>MenuMB.add(viewMenu);<br>MenuMB.add(insertMenu);Which menu will appear first if it
Q11: In which of the following layout managers
Q21: The class Container is the superclass of
Q28: Which of the following sets the background
Q31: The class Graphics provides methods for drawing
Q46: Unlike application programs, when you compile a