Abstract Window Toolkit (AWT) Question:
Download Questions PDF

What advantage do Javas layout managers provide over traditional windowing systems?

Answer:

Java uses layout managers to lay out components in a consistent manner across all windowing platforms. Since Java's layout managers aren't tied to absolute sizing and positioning, they are able to accommodate platform-specific differences among windowing systems.

Download AWT Interview Questions And Answers PDF

Previous QuestionNext Question
When should the method invokeLater() be used?What is the difference between a Window and a Frame?