InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods are used to register a mouse motion listener?(a) addMouse()(b) addMouseListener()(c) addMouseMotionListner()(d) eventMouseMotionListener()I had been asked this question in an international level competition.My query is from Event Handling Basics in chapter Event Handling of Java |
|
Answer» The CORRECT ANSWER is (C) addMouseMotionListner() |
|