DEVFYI - Developer Resource - FYI

What is a Container in a GUI?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

121. What is a Container in a GUI?

A Container contains and arranges other components (including other containers) through the use of layout managers, which use specific layout policies to determine where components should go as a function of the size of the container.

(Continued on next question...)

Other Interview Questions