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
How transient variable is different from volatile variable?
What is byte [] in java?
How can you set the applet size?
What is substring 1 in java?
What is the difference between an array and an array list?
What is a data structure java?
who can i handle multiple client in RMI
What is finally and finalize in java?
how are methods defined?
What is the significance of continue jump statement? Explain with an example.
What is a null class?
Why parameters should be passed by reference?
Is java a software?
Why volatile is used in java?
What is the difference between an inner class and a sub-class?