Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 2.56 KB

readme.md

File metadata and controls

55 lines (43 loc) · 2.56 KB

Java Playground

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.

Build status

If you like the repo don't forget to leave a ⭐️ Thanks!

Quick start

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

Topics

Click on the topic to jump straight to code example.

Java 16

Java 15

Java 12

Java 11

Java 9

Old Java

Read more

  1. Even more greatness packed into Java 16, including tools for improving future JVMs
  2. Record Classes