Small Java projects for learning and experimentation.
This repository contains compact, focused exercises and tools to practice Java concepts and act as documentation.
- [subnet-calculator] – Simple subnet calculator to transfer networking knowledge into Java
- [online-store] – Simple simulation of an online store to learn more about Maps
- [vehicle-rental] – Simple hierarchy of a rental system to learn about encapsulation, abstraction, inheritance and polymorphism