J2SE Question:

What is break?

Tweet Share WhatsApp

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.

Download J2SE PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is bytecode?What is boolean?