Answer Posted / raman
Twelve types of event are used in Java AWT. These are as
follows :
1. ActionEvent
2. AdjustmentEvent
3. ComponentEvent
4. ContainerEvent
5. FocusEvent
6. InputEvent
7. ItemEvent
8. KeyEvent
9. MouseEvent
10. PaintEvent
11. TextEvent
12. WindowEvent
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why scanner is used in java?
How do you compare values in java?
What are the two parts of a conditional statement?
What is the difference between Array and Hash Table?
What function extracts specified characters from a string?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What happens if we don’t override run method ?
What is a vector in java?
What is member in java?
What is function and method in java?
What is variable explain with example?
Which is bigger float or double?
What do you understand by final value?
What is a super method?
What are generic methods?