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 |
how to write a program for chat function using core java
Hi Friends, can u give code to convert ArrayList to HashMap and HashMap to ArrayList.
What if constructor is protected in java?
Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?
What are the changes in java.io in java 8 ?
What is difference between c++ and java ?
How does final modifier work?
Why main function is static?
Can we serialize arraylist in java?
Name the packages in JDK?
What is the difference between serializable and externalizable interface?
What is space character in java?