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
D. By using the `performEvent()` method
Answer: Option C
Join The Discussion