Container is component in AWT that contain other components buttons, textfields, labels - Java
Q. Java: Which is a component in AWT that can contain another components like buttons, textfields, labels etc.?- Published on 29 Jun 15a. Window
b. Container
c. Panel
d. Frame
ANSWER: Container
A container is a component itself and it adds a capability to add a component to itself. A container can add only a component to itself.