Multiple choice technology programming languages

What is an event handler ?

  1. Response to a specific event.

  2. Events that handle response

  3. Handle screen event.

  4. 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.