DEVFYI - Developer Resource - FYI

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

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

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

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.

(Continued on next question...)

Other Interview Questions