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
Differentiate storage classes on the basis of their scope?
In the below example, what will be the output?
What is equals method in java?
Can we override the static methods?
What is skeleton and stub? What is the purpose of those?
What is static data type in java?
What is use of super keyword in java?
What is the difference between JVM and JRE?
How does regex work?
Explain about varargs in java?
Explain different ways of creating a thread. Which one would you prefer and why?
What are different types of constants?
Why stringbuilder is not thread safe in java?
What is the diffrence between inner class and nested class?
What is arrays aslist in java?