Multiple Choice
Which of the following statements about the switch statement (as used in Java SE 7) is false?
A) You can use Strings in a switch statement's controlling expression.
B) You can use a String in a switch statement's case label.
C) You can use a comma-separated list of Strings in a switch statement's case label.
D) You cannot use a String in a switch statement's default case.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Which of the following statements about the
Q3: Consider the following two Java code segments:
Q10: For the two code segments below: Segment
Q10: Which of the following statements about a
Q11: Which of the following is not a
Q11: Which case of the following would warrant
Q14: Which of the following can be used
Q16: Consider the code segment below. if (
Q23: Which statement below is false?<br>A) Structured programming
Q27: Counter-controlled repetition requires<br>A)A control variable and initial