Understanding Break and Continue Statement in Java using Eclipse IDE
In this tutorial, you will learn the following:
- Break Statement: The Break statement is used when you want code execution to move out of a code block and unto the next line, this is mostly used to exit loops,if statements when a certain condition is met.
- Continue Statement: On the other hand, the continue statement is used to skip a particular condition, it tells code execution to ignore the rest of the codes in the code block and start all over again.
You would need the following inorder to following this tutorial:
- An Integrated Development Environment(IDE) installed that can run Java (e.g Netbeans, Eclipse)
- JDK 1.X installed on your Pc
- Of course willingness to learn
Difficulty
- Intermediate
Description
In this tutorial, the break and continue statement is used in a for loop to print numbers ranging from 1 - 10. The break statment is used to exit the loop when the number 9 is reach and then the number 5 is ignored using the continue statement.
Video Tutorial Link:
Curriculum
Below are a list of related videos that will make you understand this better!
NB: This video has only being shared on my Youtube Channel
Tutorial codes can be gotten from this github repository: https://github.com/generalkolo/Javacodes
Posted on Utopian.io - Rewarding Open Source Contributors

@originalWorks
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]
Thanks @creon
Hey @edetebenezer I am @utopian-io. I have just upvoted you!
Achievements
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x