Problem:
Question- 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.
Provide the correct answer and justification for your choice.