Home » JAVA Programming » Java Basic » Question
  1. Which of these class is super class of all the events?
    1. ActionEvent
    2. ItemEvent
    3. EventObject
    4. EventClass
    5. None of these
Correct Option: C

EventObject class is a super class of all the events and is defined in java.util package.



Your comments will be displayed only after manual approval.