_________ checks whether the RadioButton rb is selected.

a. rb.getSelected()
b. rb.selected()
c. rb.isSelected().
d. rb.select()


c

Computer Science & Information Technology

You might also like to view...

Given the declaration Circle[] x = new Circle[10], which of the following statement is most accurate?

a. x contains an array of ten int values. b. x contains an array of ten objects of the Circle type. c. x contains a reference to an array and each element in the array can hold a reference to a Circle object. d. x contains a reference to an array and each element in the array can hold a Circle object.

Computer Science & Information Technology

Font styles include bold, italic, and underline

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following features are commonly found on docking stations? (Choose all that apply.)

a. USB ports b. Audio ports c. Wireless antenna d. Power supply connection

Computer Science & Information Technology

____ is a brush mode.

a. Brightness b. Overlay c. Darken d. Lighten

Computer Science & Information Technology