InterviewSolution
Saved Bookmarks
| 1. |
What is an event in delegation event model used by Java programming language?(a) An event is an object that describes a state change in a source(b) An event is an object that describes a state change in processing(c) An event is an object that describes any change by the user and system(d) An event is a class used for defining object, to create eventsThis question was addressed to me in final exam.I'm obligated to ask this question of Event Handling Basics in portion Event Handling of Java |
|
Answer» The CORRECT option is (a) An event is an object that DESCRIBES a state change in a source |
|