Solved

What Does the MouseAdapter Class Provide

Question 62

Multiple Choice

What does the MouseAdapter class provide?


A) MouseAdapter class implements all of the methods of the MouseListener interface as do nothing methods, eliminating the need to implement the MouseListener interface.
B) MouseAdapter class allows your program to accept input from multiple mice.
C) MouseAdapter class implements all of the methods of the ActionListener interface as do nothing methods, eliminating the need to implement the ActionListener interface.
D) A class can implement the MouseAdapter class to handle mouse events.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions