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
How do you compare two objects?
How to make object serializable in java?
How can you add and remove nodes in jtree?
What is mvc in java?
What is bigger kb or mb?
What is string made of?
Do you know why doesn't the java library use a randomized version of quicksort?
What is the use of predicate in java 8?
What is the use of conditional statement?
how to create daemon thread in java?
What is difference between variable declaration and definition?
How many types of memory areas are allocated by jvm?
What is the difference between notify and notifyall method?
Is arraylist zero based?
What is a numeric string?