Java Programming Language: Continue Statement Examples
Hi everyone, welcome back. In this article, we will be going over the continue statement in Java and see how it works. The continue statement is used to stop a current iteration of a loop and continue onto the next iteration. This can be done within a for loop or a while loop and we will go over an example of both. With this introduction out of the way, let’s get into it.
