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 ++ a in java?
What is a java predicate?
Can main() method in java can return any data?
Explain the scope or life time of class variables or static variables?
What is import java util arraylist?
Why java is called not pure object oriented language?
What are advantages of exception handling in java?
What is the difference between Java1.4 and Java1.5
Can I overload to string method
Does treeset allow null in java?
How do you read and print a string in java?
What is the abstraction?
Can java run on google chrome?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is passed by reference and pass by value ?