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 does n mean?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What are possible key words, we can use to declare a class?
What do you understand by private, protected and public?
What are data types in oop?
what is the replacement method of stop() of thread
what is associative array
What is a top level class in java?
What is difference between synchronize and concurrent collection in java?
Explain about the main() method in java?
could you run the java program without main method?
Any one can explain how the inerface uses in java. give with example.