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 a singleton class in Java?
What is jdbc api?
How are the elements of a gridbaglayout organized?
What is difference between static and final?
What is ordered map in java?
How to make object serializable in java?
When we serialize an object does the serialization mechanism saves its references too?
What is string [] args?
How many bytes is a string java?
What is a method in programming?
What is the difference between yielding and sleeping?
Can we inherit inner class?
What is an interface in java?
How many bytes is a url?
What is the use of toarray () in java?