Abstract Window Toolkit (AWT) Question:

Which is the super class of all event classes?

AWT Interview Question
AWT Interview Question

Answer:

The java.awt.AWTEvent class is the highest-level class in the AWT event-class hierarchy.


Previous QuestionNext Question
What is the difference between a Window and a Frame?What is the purpose of the enableEvents() method?