Last month, JDK 13 of Java SE platform was generally available on 17 Sep 2019 in the Java Community Process.
Top-5 Features of JDK 13, are
- Dynamic CDS Archives - Class Data Sharing (CDS) allows the dynamic archiving of classes at the end of App execution
- Uncommit Unused Memory - Enhance to return unused heap memory to the operating system
- Reimplement the Legacy Socket API - Self explanatory
- Switch Expressions - replacement of the keyword break in the switch expression by yield
- Text Blocks - uses triple quotation marks as delimiters
JDK 13 official reference is available at https://www.oracle.com/technetwork/java/javase/downloads/jdk13-downloads-5672538.html
Stay tuned for next launch; JDK 14 will be released on March 17, 2020
No comments:
Post a Comment