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 we inherit a class with private constructor?
Is java a prime method?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Where we write javascript code in html page?
What are synchronized methods and synchronized statements in java programming?
What is the size of int in 64-bit jvm?
Can we create our own daemon thread?
What type of value does sizeof return?
What are the high-level thread states in java programming?
What is the method in java?
Explain notify() method of object class ?
Can constructor return value?
What are the four pillars of java?
How is hashset defined in java?
What is the difference between == and === javascript?