Which of these packages contains all the classes and methods required for even handling in Java?
(a) java.applet
(b) java.awt
(c) java.event
(d) java.awt.event
I have been asked this question in an international level competition.
My question is based upon Event Handling Basics in chapter Event Handling of Java