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
What is an error in java?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
How will you reverse a singly-link list?
What is 32 bit float?
What does a void function return?
Can a abstract class be declared final?
What do you mean by flow of struts?
What is the use of arraylist class in java?
What is the meaning of I ++ in java?
How does system arraycopy work in java?
What is the SimpleTimeZone class?
What is the definition of tree ?
Explain the difference between map and flatmap stream operation?
Why does java not allow multiple public classes in a java file ?
Which class is the superclass of all classes?