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 oop principle in java?
Give an example of call be reference significance.
Is string a class?
Explain tree set and its features?
Is there a way to increase the size of an array after its declaration?
Can a static class have a constructor java?
why Java does not support multiple inheritances?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What is parsing in grammar?
What is string made of?
How to create com object in Java?
What loop means?
What is the inheritance?
What is reflexive association?
what invokes a threads run() method? : Java thread