Answer Posted / ranganathkini
The break statement exits the loop execution and starts
executing the statement just after the loop.
The continue statement stops executing the rest of the
current iteration and starts the next iteration.
Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
what is static import in java? Explain
What is <> used for in java?
what is the difference between the methods sleep() and wait()? : Java thread
How java uses the string and stringbuffer classes?
What is the meaning of variables in research?
Is 0 true or false?
What is considered an anti pattern?
How do you read a char in java?
What is exception hierarchy in java?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Can singleton class be inherited in java?
What is difference between identifier and variable?
What is a method declaration?
What is the final class modifier?
Which class is the superclass of all classes?