InterviewSolution
Saved Bookmarks
| 1. |
What Is Switch ? |
|
Answer» A Java keyword used to evaluate a VARIABLE that can later be matched with a VALUE SPECIFIED by the CASE keyword in ORDER to execute a group of statements. A Java keyword used to evaluate a variable that can later be matched with a value specified by the case keyword in order to execute a group of statements. |
|