Multiple Choice
Which of the following are true about check boxes?
A) They may be checked or unchecked.
B) You can allow more than one check box to be checked by the user at a given time.
C) Check boxes are Java components.
D) You can control whether they will be visible or not.
E) All of these are true about check boxes
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The following code has a syntax error
Q7: Assume that count is 0, total is
Q8: Of the following if statements, which one
Q9: The statement:<br>if (a >= b) a++; else
Q10: Code Segment Ch 05-1<br>if (a > 0)<br>
Q12: Which type of GUI control would be
Q13: Assume that boolean done = false, int
Q13: If a break occurs within the innermost
Q14: What does the break statement do?<br>A) ends
Q15: If x is an int where x