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
Why static functions are used?
How many bytes is string in java?
Does set allows null in java?
What is a dynamic array java?
What is nested top-level class?
How many inner classes can a class have?
What is immutability in java?
Does java allow default arguments?
Explain about OOPS concepts and fundamentals.
why java does not support unsigned keyword?
How will you call an Applet using Java Script Function?
What is a jit compiler?
Does treeset allow null in java?
What are advantages of using Java?s layout managers than windowing systems?
Define a java class.