Multiple Choice
Which of the following statements is NOT true?
A) Radio buttons are round and check boxes are square.
B) Radio buttons are often grouped together and are mutually exclusive; Check boxes are not.
C) Radio buttons implement ActionListener; Check boxes implement ItemListener.
D) All of these are true.
Correct Answer:

Verified
Correct Answer:
Verified
Q45: Assume that radio references a JRadioButton object.
Q46: If button1 is a JButton object, which
Q47: Which one of the following GUI components
Q48: When a component is added to a
Q49: This layout manager arranges components in rows.<br>A)
Q51: This is a graphic image that is
Q52: Assume that the variable checkbox references a
Q53: The System.exit method will end the application.
Q54: This is a basic window that has
Q55: AWT components are commonly called _ components