What is the purpose of the `KeyEventDispatcher` interface in Java event handling?
A. It represents an exception
B. It represents an event source
C. It represents an event listener
D. It provides methods for dispatching keyboard-related events
Answer: Option D
Join The Discussion