Multiple choice

In Java Programming Language, which classes implement the corresponding listener interfaces containing more than one method?

  1. Adapter classes

  2. Inner classes

  3. Anonymous classes

  4. Window classes

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

Java Programming language provide Adapter classes that implement the corresponding listener interface containing more than one method.