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
What is string substring?
Can we override a variable in java?
Explain public static void main(string args[]).
Why bytecode is called bytecode?
When can an object reference be cast to an interface reference in java programming?
What is singleton service?
Which variable is the independent variable?
Why is static used?
How do you invoke a method?
Is node a data type in java?
Is ++ operator thread-safe in java?
What is main method?
give an example for encapsulation?
How do you do a line break in java?
How do you join strings in java?