What is the purpose of the `ActionEvent` class in Java event handling?
A. It represents an exception
B. It represents a listener interface
C. It represents an event source
D. It represents an action event generated by a component like a button
Answer: Option D
Join The Discussion