Project with various Java functionalities categorized by version. All examples are in form of unit tests, so you can try them by your own and test your ideas.
If you like the repo don't forget to leave a ⭐️ Thanks!
To clone the repository and run all tests run commands bellow. Project requires Java 16 and Maven.
git clone https://github.com/HubertWo/java-playground.git;
cd java-playground;
mvn test
[INFO] Results:
[INFO] Tests run: X, Failures: 0, Errors: 0, Skipped: 0
[INFO] BUILD SUCCESS
Click on the topic to jump straight to code example.