In Java event handling, what is the purpose of the `MouseEvent` class?
A. It represents mouse-related events and provides information about them
B. It represents an exception
C. It represents an event listener
D. It represents an event source
Answer: Option A
Join The Discussion