Multiple Choice
A JRadioButton is different from a JCheckBox in that _________.
A) a JRadioButton is a subclass of JToggleButton, JCheckBox is not.
B) normally several JRadioButtons are grouped together and are mutually exclusive.
C) a JRadioButton is a type of button, JCheckBox is not.
D) a JRadioButton is a state button, JCheckBox is not.
Correct Answer:

Verified
Correct Answer:
Verified
Q18: Which of the following statements for a
Q19: Which of the following does not generate
Q20: Class Point represents _.<br>A) a filled oval<br>B)
Q21: FlowLayout method_ changes the alignment for the
Q22: Class JTextArea's getSelectedText method _.<br>A) returns the
Q24: Which of the following statements about adapters
Q25: Adding a ButtonGroup object to a container
Q26: Which of the following is false?<br>A) A
Q27: Which method determines if a JCheckBox is
Q28: All layout managers implement the interface _.<br>A)