Answer Posted / ravikiran(aptech mumbai)
break statement will through you out of the loop.
where as continue will aboandon the current iteration and
will make you to continue with next iteration
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
You're given a Boolean 2D matrix, can you find the number of islands?
Explain the difference between the public, private, final, protected, and default modifiers?
What are the uses of java?
Explain about the performance aspects of core java?
What is the size of a string in java?
What is sortedmap interface?
What is general methodology?
Why are getters and setters used?
What are the special characters?
Is arraylist zero based?
What are the advantages of assembly language?
How many ways can you break a singleton class in java?
How is java created?
What are the advantages of java over C++?
Can a private method be declared as static?