InterviewSolution
Saved Bookmarks
| 1. |
What Is Case ? |
|
Answer» A Java keyword that defines a group of statements to begin EXECUTING if a VALUE specified MATCHES the value DEFINED by a PRECEDING switch keyword. A Java keyword that defines a group of statements to begin executing if a value specified matches the value defined by a preceding switch keyword. |
|