Multiple Choice
Which layout manager constructor call would be best-suited to create a telephone keypad GUI which has three rows of three keys that are labeled 1,2,3; 4,5,6; and 7,8,9; respectively, as well as a fourth row of three keys labeled *, 0, #?
A) new GridLayout(3, 4)
B) new GridLayout(4, 3)
C) new FlowLayout(4, 3)
D) new BorderLayout(3, 4)
Correct Answer:

Verified
Correct Answer:
Verified
Q42: Which component can be added to a
Q43: Which of the following defines the job
Q44: Which of the following statements is correct?<br>A)new
Q45: Which layout manager places objects left-to-right, row
Q46: When the user selects a menu item,
Q48: A _ is a combination of a
Q49: What is the easiest way to create
Q50: Which of the following is true about
Q51: Which code will create a JSlider with
Q52: Which of the following adds a border