Skip to content

Learn about changes in Java by example. Repository contains unit tests of Java features to help stay up to date with recent changes in the language. ☕️ 🎯

Notifications You must be signed in to change notification settings

HubertWo/java-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Learn about changes in Java by example. Repository contains unit tests of Java features to help stay up to date with recent changes in the language. ☕️ 🎯

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages