InterviewSolution
Saved Bookmarks
| 1. |
Which of these events will be notified if scroll bar is manipulated?(a) ActionEvent(b) ComponentEvent(c) AdjustmentEvent(d) WindowEventThe question was posed to me in my homework.My doubt stems from Event Handling Basics in portion Event Handling of Java |
|
Answer» RIGHT ANSWER is (c) ADJUSTMENTEVENT To elaborate: AdjustmentEvent is GENERATED when a SCROLL bar is manipulated. |
|