Answers

Question and Answer:

  Home  J2SE

⟩ 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.

 137 views

More Questions for you: