Java提供KeyListener接口处理按键事件。下面哪些是KeyListener接口中的方法?(        )
A keyPressed()
B getKeyChar()
C KeyTyped()
D getKeyCode()