Multiple choice

Which of the following components of an event in Java is a method that understands the event and processes it ?

  1. Event object

  2. Event source

  3. Event handler

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

An event handler is a method that understands the event and processes it.