Home » JAVA Programming » Java Basic » Question
  1. Which of these methods is defined in MouseMotionAdapter class?
    1. mouseReleased()
    2. mouseClicked()
    3. mouseDragged()
    4. mousePressed()
Correct Option: C

The MouseMotionAdapter class defines 2 methods – mouseDragged() and mouseMoved.



Your comments will be displayed only after manual approval.