DEVFYI - Developer Resource - FYI

What is break

J2SE Interview Questions and Answers


(Continued from previous question...)

19. What is break

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.

(Continued on next question...)

Other Interview Questions