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 |
Give the hierarchy of inputstream and outputstream classes.
What is sortedset in java?
How to use scanner in java?
What is final keyword?
Name the immediate superclass of the MenuComponent class?
What is the difference between a vector & an array list?
What is a functional interface?
how to execute main()
what is collatration?
If a method is declared as protected, where may the method be accessed?
What is a pointer and does java support pointers?
What is the list interface?