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
Which graphs are functions?
What is not object oriented programming?
Does isempty check for null?
What is the use of static class?
What package is math in java?
How do you override a method?
What is the purpose of final keyword and when to use it?
who can i handle multiple client in RMI
What does this mean java?
What is variable explain?
What is structure of java heap? What is perm gen space in heap?
What do you mean by formatting?
What does t in java mean?
Are arrays immutable in java?
What is illegal identifier in java?