Solved

The ChangeEvent Class Defines No Methods

Question 4

Multiple Choice

The ChangeEvent class defines no methods.What makes it possible to call the getSource method on a ChangeEvent object?


A) The method is inherited from the Object class.
B) You have to code that method yourself.
C) The method is inherited from the EventObject class.
D) ChangeEvent implements the Event interface

Correct Answer:

verifed

Verified

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

Related Questions