What is the difference between the continue and break statement?
Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of finalization in java programming?
What is java ceil?
What is file in java?
What is a nested list?
Can we overload the methods by making them static?
What is constant in programming?
Can an integer be a string?
What is the use of optional ?
How can you read an integer value from the keyword when the application is runtime in java? example?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What is a nested structure?
Which collection is best for sorting in java?
Explain about OOPS concepts and fundamentals.
What does index mean in java?
What do you mean by ordered and sorted in collections in java?