What is the difference between the continue and break statement?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Two crucial words that are utilized in loops are break and continue. When a loop has a break keyword, the loop ends immediately. When the continue keyword is used, the current iteration ends and the loop moves on to the following iteration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Two crucial words that are utilized in loops are break and continue. When a loop has a break keyword, the loop ends immediately. When the continue keyword is used, the current iteration ends and the loop moves on to the following iteration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does the order of public and static declaration matter in main method?
What is java objectoutputstream?
How do you start a new line in java?
what is the difference between a java object reference and c++ pointer?
What is the diffrence between inner class and nested class?
What are untrusted applets?
What is the purpose of the finalize() method?
Write a java program for binary search?
How to implement a multithreaded applet?
What is unicode with example?
What are the advantages of unicode?
Is heap stored in ram?