What is the top class of AWT event hierarchy?

Answers were Sorted based on User's Feedback



What is the top class of AWT event hierarchy?..

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

What is the top class of AWT event hierarchy?..

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

What is the top class of AWT event hierarchy?..

Answer / ashish shinkar

component

Is This Answer Correct ?    5 Yes 1 No

What is the top class of AWT event hierarchy?..

Answer / chandrarekha

java.util.EventObject---java.awt.awtevent....

Is This Answer Correct ?    6 Yes 3 No

What is the top class of AWT event hierarchy?..

Answer / ravikiran

container

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More Core Java Interview Questions

What is generics in java interview questions?

0 Answers  


What is prime number in java?

0 Answers  


Define an enumeration?

0 Answers  


What is arraylist e in java?

0 Answers  


I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.

2 Answers   Oracle,






What is the difference between a scrollbar and a scrollpane?

0 Answers  


Explain final, finalize() and finally?

11 Answers   Accenture, TCS,


How to re-get an object that is collected by garbage collector?

1 Answers  


What is difference between array and arraylist in java?

0 Answers  


What is difference between final and finally in java?

0 Answers   Cyient,


What are the features in java?

0 Answers  


What is a numeric literal?

0 Answers  


Categories