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 |
How do you declare an array that will hold more than 64KB of data?
Is integer a class?
How many types of threads are there in java?
What is a compilation unit?
can we write program without class
Difference between overloading and overridding?
Where is the find and replace?
Explain Basics of OOP Language in java
What is a stream? what are the different types and classes of Streams?
what is Dictionary? and what purpose it is used for?
What is java beans?
What are thread priorities and importance of thread priorities in java?