InterviewSolution
Saved Bookmarks
| 1. |
Which of these events is generated when a button is pressed?(a) ActionEvent(b) KeyEvent(c) WindowEvent(d) AdjustmentEventThis question was posed to me by my school teacher while I was bunking the class.The doubt is from ActionEvent & AdjustmentEvent Class topic in portion Event Handling of Java |
|
Answer» The correct choice is (a) ActionEvent |
|