InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods are used to register a keyboard event listener?(a) KeyListener()(b) addKistener()(c) addKeyListener()(d) eventKeyboardListener()The question was posed to me in examination.I'm obligated to ask this question of Event Handling Basics in division Event Handling of Java |
|
Answer» The CORRECT choice is (c) addKeyListener() |
|