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 is return keyword in java?
Why static functions are used?
How many bytes is a character?
What is the use of parse function in java?
how many types of cloning?
What are virtual methods?
Describe the process as to how substring() methodology mechanisms in java.
How define set in java?
Give us the name of the list layoutmanagers in java?
In what types of operations an ArithmeticException will be thrown?
Can you extend singleton class?
How does a for loop work java?