Starting Fast: Investigating Java’s Static Compilation Landscape
Dan Heidinga discusses how to start a Java application faster, and how Graal Substrate VM, Quarkus, Project Leyden, and others can help with that. (more…)
Read more »Java enums will be enhanced with generics support and with the ability to add methods to individual items, new JEP shows. Both features can be delivered with one single change, reason for which they’re bundled together. The change only affects the Java co…