InterviewSolution
Saved Bookmarks
| 1. |
Which of these events will be notified if scroll bar is manipulated?(a) ActionEvent(b) ComponentEvent(c) AdjustmentEvent(d) WindowEvent |
|
Answer» Right answer is (c) AdjustmentEvent To elaborate: AdjustmentEvent is generated when a scroll bar is manipulated. |
|