J2SE Question:
Download Job Interview Questions and Answers PDF
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.
Download J2SE Interview Questions And Answers
PDF
Previous Question | Next Question |
What is bytecode? | What is boolean? |