Event Handling Question
Event Handling Question
4. At the root of the Java event class hierarchy is which is the superclass for all events.: eventObject
12. The following method is an abstract method of textListner interface: textChanged(TextEvent obj)
14. The mouseEvent class does not provide the constant: Mouse_WheelMove
16. Which is among the following is true about adapter classes: Adapter classses reduce the
complexity of event listner
17.