单选题 下列Java常见事件类中哪个是鼠标事件类?
A)InputEvent
B)KeyEvent
C)MouseEvent
D)WindowEvent


【正确答案】 C
【答案解析】解析:lnputEvent为输入事件类,KeyEvent为键盘事件类,WindowEvent为窗口事件类。