What is the top class of AWT event hierarchy?
Answers were Sorted based on User's Feedback
Answer / janet
The java.awt.AWTEvent class is the highest-level class in
the AWT event-class hierarchy.
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / akhil
AWTEvent class is the top class of AWT event hierarchy and
all other event classes and awt event also extends from
EventObject class
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / chandrarekha
java.util.EventObject---java.awt.awtevent....
| Is This Answer Correct ? | 6 Yes | 3 No |
What do bitwise operators do?
Write a program to check for a prime number in java?
What is aggregation?
What is the impact of declaring a method as final?
Difference between array and arraylist.
23 Answers Arise Solution, Banca Sella, iFocus, NIC, Sai Softech, Solartis, TCS, Verizon,
I don’t want my class to be inherited by any other class. What should I do?
If an object is garbage collected, can it become reachable again?
What is the transient keyword?
What are the steps involved to create a bean?
What is the difference between replace and replace all?
How do you square a number in java?
Can list have duplicates in java?