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