Java Development Kit (JDK) 14 already in a general-availability stage, and released on March 2020. JDK 14 is not a long-term support (LTS) release, but following the six-month release cadence is a feature release of Java.

JDK 14 brings 16 new features, with some of them are interesting features that we hope will be available soon in standard release (like the helpful NullPointerException and Java record).

Blogs in this series:

  • What's New in Java 14

    17 March 2020 saw the release of JDK 14. This article will summarize several JEP released in JDK 14, with some examples to show case those features.

Tutorials in this series:

Related series:

  • Java 11 Features and Changes

    In this series we will look at the features and changes in Java 11, and how it's benefit or affecting us as Java Developer.