InterviewSolution
Saved Bookmarks
| 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 |
|