Callback to Java 15 highlights
Hello Java friends, although Java 15 has reached general availability (GA) in September 2020 not all introduced features may be fully adopted yet. Java 15 release is just another from 6-moths successful short-term series. It contains aside of many platform improvements couple of new enhancements that are quite handy to know about.
Added features:
The JEP-378: Text blocks: feature has reached its final state and has been fully added into the JDK. see more…
Review/Incubation/Experimental features:
JEP-375: Pattern Matching of instanceof: Very handy feature that helps to eliminate a boilerplate code. see more…
JEP-384: Records: Records are a new type of a class and it provides a handy way to create immutable objects. see more..
to review all details about the Java 15 and other version visit full description