Easy Tutorial
For Competitive Exams

Which of the following is TRUE about the switch statement in Java?

A default send execution immediately to the end of the switch statement.
A break send execution immediately to the end of the switch statement.
A case send execution immediately to the end of the switch statement.
The statements in a switch continue to execute as long as the condition at the top of the switch remains true.
Share with Friends
Privacy Copyright Contact Us