Multiple choice

Which of the following specifies the creation of event handlers in certain situations?

  1. Abstract class

  2. Adapter class

  3. Interfaces

  4. All of the above

  5. None of the above

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

Java provides special feature called adapter class,that can specify the creation of event handlers in certain situations.