InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is used with the switch statement?(a) Continue(b) Exit(c) break(d) doThis question was addressed to me in final exam.The above asked question is from Control Statements topic in section Operators and Control Statements of Java |
|
Answer» Right OPTION is (c) break |
|