Q9
In Java, how do you specify that an event should trigger a particular method for event handling?
A.
By using a keyword in the event source declaration
B.
By adding a random method to the event source
C.
By implementing an event listener interface and overriding its method
AnswerD.
By using the `performEvent()` method
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board