_________ checks whether the CheckBox chk is selected.

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

c. chk.isSelected().

Computer Science & Information Technology

You might also like to view...

Why should you change the SSID on your wireless router?

What will be an ideal response?

Computer Science & Information Technology

Which of the following constant definitions is correct?

a) const float PRICE = 3,500; b) const int LENGTH = 6.5; c) const float COST = $700.0; d) const int MY_HEIGHT = 60 / 12;

Computer Science & Information Technology