-
Which of these packages contains all the classes and methods required for even handling in Java?
-
- java.event
- java.awt.event
- java.awt
- java.applet
- 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.