

MCQOPTIONS
Saved Bookmarks
1. |
In Java language, BREAK or CONTINUE statements can be implemented inside a Loop only with the help of ___ statements to avoid never-ending loops. |
A. | IF ELSE |
B. | SWITCH |
C. | ENUM |
D. | None |
Answer» B. SWITCH | |