Abstract Window Toolkit (AWT) Question:

What is the difference between a Window and a Frame?

AWT Interview Question
AWT Interview Question

Answer:

The Frame class extends Window to define a main application window that can have a menu bar. A window can be modal.


Previous QuestionNext Question
What advantage do Javas layout managers provide over traditional windowing systems?Which is the super class of all event classes?