Answer Posted / ranganathkini
The break statement exits the loop execution and starts
executing the statement just after the loop.
The continue statement stops executing the rest of the
current iteration and starts the next iteration.
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
What is a lightweight component?
Is linkedlist thread safe in java?
What is casting in java programming?
When do I need to use reflection feature in java?
What is parsing in grammar?
Can a variable be local and static at the same time?
Is string a class in java?
What's the base class in java from which all classes are derived?
What is the difference between keyword and identifier?
What is a jagged array in java?
How do listeners work?
How do I know if java is installed?
What is byte [] in java?
Can a constructor call another constructor?
What is the synonym of framework?