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 use of a abstract variable?
Why should we use singleton pattern instead of static class?
How do you change an int to a string?
How destructors are defined in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is the main difference between java platform and other platforms?
Explain the transient field modifier?
How many java versions are there?
Is it possible to compare various strings with the help of == operator?
What is a subsequence of a string?
Explain the difference between transient and volatile in java?
How do we access static members in java?
What is finalize()? Is finalize() similar to a destructor?
Is null or empty java?
Explain the reason behind ending a program with a system.exit(0)?