What is continue statement in java?
Answers
Answered by
3
Continue statement in java. Advertisements. The continue keyword can be used in any of the loop control structures. It causes the loop to immediately jump to the next iteration of the loop. In a for loop, the continuekeyword causes control to immediately jump to the update statement.
Similar questions