1
Which of the following is TRUE about the switch statement in Java?
Answer: Option [B]
Answer: Option [B]
Answer: Option [D]
do...while loop is executed at least once.
Article and Schedule Quiz | Start Test! |
Answer: Option [D]
exit() is not a flow control statement in Java.
Answer: Option [C]
The break statement causes an exit from innermost loop or a switch.