Java 15 New Features
Java 15 released on 15th Sep’2020 following the 6th-month release cycle. Java 15 continues support for various preview features in previous JDK releases; and also introduced some new features. Let us learn about these new features in Java 15. 1. Sealed Classes and Interfaces (Preview) (JEP 360) Prior to Java 15, there was no restriction …