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.


b. normally several JRadioButtons are grouped together and are mutually exclusive.

Computer Science & Information Technology

You might also like to view...

To initialize reference type variables, you usually create an object using the ____ operator.

A. & B. * C. + D. new

Computer Science & Information Technology

The argument to ListView method setCellFactory is an implementation of interface ________ (package javafx.util). This generic interface provides a call method that receives one argument and returns an object of the custom ListCell subclass.

a. Call b. getListCell c. CallBack d. None of the above.

Computer Science & Information Technology

File name, size, and rating are examples of metadata

Indicate whether the statement is true or false

Computer Science & Information Technology

Modifications made to a style in the Modify Style dialog box are visible in the:

A) Styles gallery. B) document sections to which the style had been applied. C) Navigation pane. D) Styles gallery and the document sections to which the style had been applied.

Computer Science & Information Technology