Java Developer Question:

Download Job Interview Questions and Answers PDF

What advantage do Java's layout managers provide over the traditional windowing systems?

Java Developer Interview Question
Java Developer Interview Question

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 Java Developer Interview Questions And Answers PDF

Previous QuestionNext Question
How a GUI component handle its own events in Java Programming?Described the elements of a GridBagLayout organized in Java Programming?