

MCQOPTIONS
Saved Bookmarks
1. |
Choose the correct statement about Java SWITCH statements. |
A. | A SWITCH can contain another SWITCH statement. |
B. | Switch case statements are allowed inside IF-ELSE ladders. |
C. | Switch statements are allowed inside Loops like for, while and do while. |
D. | All |
Answer» E. | |