Multiple choice

Which of the following classes in Java implements the corresponding listener interfaces containing more than one method?

  1. WindowEvent class

  2. MouseEvent class

  3. Adapter class

  4. None of these

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

In Java, this class implements the corresponding listener interfaces containing more than one method.