Skip to main content

Posts

Showing posts with the label Java12

What's New in Java 12? New Features of Java 12

The development repositories are open for bug fixes, small enhancements, and JEPs as proposed and tracked via the JEP Process. What Is JEP? This JEP is the index of all JDK Enhancement Proposals, known as JEPs. JDK 12 is the open-source reference implementation of version 12 of the Java SE Platform as specified by by JSR 386 in the Java Community Process. Java 12 is released on March 2019. https://jdk.java.net/12/ The List of Added Features:- 1.       JEP 189 - A Low-Pause-Time Garbage Collector 2.       JEP 325 - Switch Expressions 3.       JEP 326 - Raw String Literals is dropped from JDK 12 release 4.       JEP 230 - Microbenchmark Suite 5.       JEP 334 - JVM Constants API 6.       JEP 340 - One AArch64 Port, Not Two 7.       JEP 341 - Default CDS Archives 8.  ...