Answer Posted / shambhu kumar
The break keyword halts the execution of the current loop
and forces control out of the loop.
The continue is similar to break, except that instead of
halting the execution of the loop, it starts the next
iteration.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
Is integer a class?
What are the main uses of the super keyword?
Is java call by value?
What is variable in java?
What is loop in java?
What is boolean flag in java?
How do generics work in java?
Why is logger singleton?
What do you know about the garbate collector?
Why singleton class is used in java?
What is a default constructor and also define copy contrucyor?
Is string passed by reference in java?
What is the difference between an if statement and a switch statement?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Difference between class#getinstance() and new operator ?