1.

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.eventI have been asked this question in an international level competition.My question is based upon Event Handling Basics in chapter Event Handling of Java

Answer»

The correct option is (d) java.awt.EVENT

Easiest EXPLANATION: 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.



Discussion

No Comment Found

Related InterviewSolutions