Java 15 is here with 14 new features
1 min readSep 22, 2020
Java 15 got released on 15 September 2020 with 14 new features. Below are the list of new features-
- Edwards-Curve Digital Signature Algorithm (EdDSA)
- Sealed Classes (Preview)
- Hidden Classes
- Remove the Nashorn JavaScript Engine
- Reimplement the Legacy DatagramSocket API
- Disable and Deprecate Biased Locking
- Pattern Matching for instanceof (Second Preview)
- ZGC: A Scalable Low-Latency Garbage Collector
- Text Blocks
- Shenandoah: A Low-Pause-Time Garbage Collector
- Remove the Solaris and SPARC Ports
- Foreign-Memory Access API (Second Incubator)
- Records (Second Preview)
- Deprecate RMI Activation for Removal