Multiple Choice
If you have two RadioButtons (dogRadio and catRadio) , how should you code them to create a mutually exclusive relationship?
A) ToggleGroup radioGroup = new ToggleGroup() ;
DogRadio.setToggleGroup(radioGroup) ;
CatRadio.setToggleGroup(radioGroup) :
B) ToggleGroup radioGroup = new radioGroup() ;
DogRadio.setToggle(radioGroup) ;
CatRadio.setToggle(radioGroup) :
C) dogRadio.setToggleGroup() ;
CatRadio.setToggleGroup() :
D) ToggleGroup dogRadio = new ToggleGroup() ;
ToggleGroup catRadio = new ToggleGroup() ;
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Select all that apply. Which of the
Q10: Which of the following will create a
Q11: Which of the following statements will set
Q12: Styles specified with the .root selector take
Q13: In the hexadecimal color value #CCAA99, the
Q15: In JavaFX all CSS properties begin with
Q16: The _ class is used to create
Q17: To build a menu system you must
Q18: Which of the following statements will allow
Q19: To apply specific styles to all of