Multiple Choice
Which layout manager allows you to add components to it by invoking the container's add method with the component as the only argument to add.
I FlowLayout
II BorderLayout
III GridLayout
A) I
B) II
C) III
D) I and III
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The ChangeEvent class defines no methods.What makes
Q7: In Java, each container has its own
Q14: What is the most time-effective way to
Q36: Which class has constants called NORTH and
Q41: Which layout manger would be best suited
Q66: Which code will create a JSlider with
Q70: When using a combo box, the _
Q70: If you want to have a tabular
Q72: What is known for certain from this
Q73: Given four JRadioButton objects in a ButtonGroup,