Advanced Java
Unlock the secrets of Java's low-level mechanisms. Gain practical insights into fault tolerance, high loading, and rare Java features to successfully tackle non-trivial tasks.
Understand the language behind millions of apps. Grasp core concepts, write basic programs, and make your first step toward breaking into tech.More details
What can be better than a cup of coffee during a break? A coffee that you don’t have to make yourself. It’s enough to press a couple of buttons on the machine and you get a cup of energy; but first, we should teach the machine how to do it.
In this project, you'll program a coffee machine simulator using Java. The machine works with typical products: coffee, milk, sugar, and plastic cups; if it runs out of something, it shows a notification. You can get three types of coffee: espresso, cappuccino, and latte. Since nothing’s for free, it also collects the money.
This project allows you to better understand the basic OOP, its main concepts such as classes, class methods and attributes, and get a taste of Java. Practice working with methods, challenge yourself with loops and conditions, and get more confident with OOP.
User has been actively learning for 100 days and:
Completed132 topics15 projects
Solved954 problems64 problems of the day
Posted0 comments0 useful links0 hints0 solutions
- 6Project Master
- 10Topic Master
- 8Committed Learner