InterviewSolution
Saved Bookmarks
| 1. |
Which of these events is generated by scroll bar?(a) ActionEvent(b) KeyEvent(c) WindowEvent(d) AdjustmentEventThis question was posed to me in a national level competition.Origin of the question is ActionEvent & AdjustmentEvent Class topic in chapter Event Handling of Java |
|
Answer» CORRECT CHOICE is (d) AdjustmentEvent Best EXPLANATION: NONE. |
|