InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods can be used to determine the type of event?(a) getID()(b) getSource()(c) getEvent()(d) getEventObject() |
|
Answer» Correct answer is (a) getID() The best I can explain: getID() can be used to determine the type of an event. |
|