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
What is an object in java?
What is a nested structure?
what are three ways in which a thread can enter the waiting state? : Java thread
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What is singleton class in java and how can we make a class singleton?
Does java map allow duplicates?
What is meant by null and void?
Is array an object in java?
What are the main uses of java?
What is charat java?
Does java support function overloading, pointers, structures, unions or linked lists?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
Define canvas?
What is generic class?