Multiple choice

Match the following:

1. Event A. Object that receives notification when an event happens.
2. Event Handler B. A method that actually handles the event
3. Event Listener C. Button Presses, Touching the screen

  1. 1 – A, 2 – B, 3 – C

  2. 1 – B, 2 – C, 3 – A

  3. 1 – C, 2 – B, 3 – A

  4. 1 – C, 2 – A, 3 – B

  5. Mappings are not possible with the given information.

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

Correct option is (3).