Wednesday, October 30, 2019

JDK 13


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
  1. Dynamic CDS Archives - Class Data Sharing (CDS) allows the dynamic archiving of classes at the end of App execution
  2. Uncommit Unused Memory - Enhance to return unused heap memory to the operating system
  3. Reimplement the Legacy Socket API - Self explanatory
  4. Switch Expressions - replacement of the keyword break in the switch expression by yield
  5. Text Blocks - uses triple quotation marks as delimiters

Stay tuned for next launch; JDK 14 will be released on March 17, 2020

No comments:

Post a Comment