Multiple Choice
The _____________ manager is the simplest layout manager.It arranges components one after the other,going from left to right,in the order in which you add them.
A) BorderLayout
B) FlowLayout
C) GridLayout
D) AbsoluteLayout
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Create a Java GUI application that contains
Q14: A Swing program does not end until
Q15: Inheritance indicates a/an _ relationship.<br>A)Is-a<br>B)Has-a<br>C)both A &
Q16: What is an action listener? What is
Q17: Write a Java statement to create a
Q19: The getText)method of a JTextField object returns
Q20: Standard layout managers are defined in the
Q21: The actionPerformed method of the ActionListener interface
Q22: Write Java statements to add menu items
Q23: Explain the model-view-controller pattern when applied to