InterviewSolution
Saved Bookmarks
| 1. |
What is a listener in context to event handling?(a) A listener is a variable that is notified when an event occurs(b) A listener is a object that is notified when an event occurs(c) A listener is a method that is notified when an event occurs(d) None of the mentionedI got this question during an interview for a job.I want to ask this question from Event Handling Basics topic in section Event Handling of Java |
|
Answer» The correct choice is (b) A LISTENER is a object that is notified when an event occurs |
|