In general, event handler is nothing but
A
function
B
interface
C
event
D
handler
Correct Answer: function
An event handler is in general, a function that handles or responds to an event.