InterviewSolution
Saved Bookmarks
| 1. |
What Is Break ? |
|
Answer» A JAVA keyword USED to resume program EXECUTION at the statement immediately FOLLOWING the current statement. If followed by a label, the program RESUMES execution at the labeled statement. A Java keyword used to resume program execution at the statement immediately following the current statement. If followed by a label, the program resumes execution at the labeled statement. |
|