Answer Posted / 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 |
Post New Answer View All Answers
Can we create our own daemon thread?
What is the difference between this() and super() in java?
Whats the difference between notify() and notifyall()?
What is bitwise complement?
When we serialize an object does the serialization mechanism saves its references too?
What is the importance of hashcode() and equals() methods?
Why main method is called first in java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
Can I declare a class as private?
Can a set contain duplicates?
How do you create a null object?
what do you understand by the term string with respect to java?
What is a hashmap used for?
Which variables are stored in heap?
Why webdriver is an interface?