Inside Java 9 – Performance, Compiler, and More

Java 9 brings more than just modules: better performance, less momory consumption, G1 as the default GC, HTML5 Javadoc … a lot goes on inside Java 9. Read more

Similar

Data Orient Programming in Java

Project Amber has brought a number of new features to Java in recent years. While each of these features are self-contained, they are also designed to work together. Specifically, records, sealed classes, and pattern matching work together to enable easie... (more…)

Read more »