InterviewSolution
Saved Bookmarks
| 1. |
Which of these interfaces define a method actionPerformed()?(a) ComponentListener(b) ContainerListener(c) ActionListener(d) InputListener |
|
Answer» Correct choice is (c) ActionListener To elaborate: ActionListener defines the actionPerformed() method that is invoked when an adjustment event occurs. |
|