0 votes
in JAVA by

Java 12 Features

1 Answer

0 votes
by

Some of the important Java 12 features are;

  1. JVM Changes – JEP 189, JEP 346, JEP 344, and JEP 230.
  2. Switch Expressions
  3. File mismatch() Method
  4. Compact Number Formatting
  5. Teeing Collectors in Stream API
  6. Java Strings New Methods – indent(), transform(), describeConstable(), and resolveConstantDesc().
  7. JEP 334: JVM Constants API
  8. JEP 305: Pattern Matching for instanceof
  9. Raw String Literals is Removed From JDK 12.

Related questions

0 votes
asked Mar 29, 2020 in JAVA by amita rallin
0 votes
asked Apr 20, 2020 in JAVA by Hodge
...