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
Can I use % with real numbers?
Explain about the performance aspects of core java?
Explain covariant method overriding in java.
When super keyword is used?
What is a generic type?
Enlist diffrent types of inheritance supported by java?
Difference between ‘>>’ and ‘>>>’ operators in java?
Can a static member function access member variable of an object?
Difference between stack and queue?
Can we declare a class as static?
Which one of the following suits the description of a string better: derived or primitive?
Is there any difference between synchronized methods and synchronized statements?
What is the difference between yielding and sleeping in java programming?
How do you escape sequences in java?
How does multithreading take place on a computer with a single cpu?