Some exercises in Java for the object-oriented programming exam.
This repo is based on java-core.
In the exercises package can be found my solutions to various exercises concerning the key topics of the exam.
Each topic has its own sub-folder which contains the Java classes where the code is implemented.
Exercises whose names end in 2 are remakes of the exercises made in preparation of the exam.
In the test package can be found the test files used to validate the solutions.