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. Read more

Similar

Garbage Collection in Java

Garbage collection (GC) has been one of Java's most compelling features since its inception. Allowing developers to focus on the core functionality of their application instead of memory management. (more…)

Read more »