Multiple choice

Which implement the corresponding listener interfaces containing more than one method in Java?

  1. Java Foundation Class

  2. Anonymous Classes

  3. Adapter Classes

  4. Inner Classes

  5. Javax.swing.event

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

The java provides Adapter classes that implement the corresponding listener interfaces containing more than one method.