InterviewSolution
Saved Bookmarks
| 1. |
Which of these interfaces define a method itemStateChanged()?(a) ComponentListener(b) ContainerListener(c) ActionListener(d) ItemListenerThe question was posed to me during an internship interview.My doubt stems from Event Listeners Interfaces topic in section Event Handling of Java |
|
Answer» CORRECT CHOICE is (d) ItemListener To ELABORATE: NONE. |
|