Multiple choice technology programming languages What is an event handler ? Response to a specific event. Events that handle response Handle screen event. Handle specific function. Reveal answer Fill a bubble to check yourself A Correct answer Explanation An event handler is a callback function that executes in response to a specific event, such as a button click or keyboard input. Event handlers are fundamental to GUI programming and enable interactive user interfaces by responding to user actions.