15. A(n) ____________ is a method that executes when a specific event (such as clicking the mouse) takes place while an application is running.
Group of answer choices
a. action sequencer
c. event handler
b. feature coordinator
d. incident manager
Correct Option- C. event handler
When ever any action like button is clicked(say using mouse), event associated with that button gets activated and that funcition is called and statements defined in that function gets executed.
for example, in Java GUI programming, when we define button, we define event handler(a method) for that button mean what should happen when that button is clicked. when that button is clicked,specified method take place and particular event is handled.
Get Answers For Free
Most questions answered within 1 hours.