Home » JAVA Programming » Java Basic » Question
  1. Which of these packages contains all the classes and methods required for even handling in Java?
    1. java.event
    2. java.awt.event
    3. java.awt
    4. java.applet
    5. None of these
Correct Option: B

Most of the event to which an applet response is generated by a user. Hence they are in Abstract Window Kit package, java.awt.event.



Your comments will be displayed only after manual approval.