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 the difference between serializable and externalizable interface?
Is java still necessary?
List the features of java programming language.
What are 4 pillers of object orinted programming?
What are JVM.JRE, J2EE, JNI?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is a parameter used for?
What is an argument java?
What are alternatives to java serialization?
What is the difference between overriding & overloading?
What is string immutability?
What is a parameter in a function?
What does exp mean in math?
What is class??
What is the meaning of I ++ in java?