Java’s finally keyword is helpful for clean-up operations around code that may throw errors. We explore how it works and when it can have unexpected behaviour. >>>
Yearly Archives: 2020
Java Weekly, Issue 314
A new year for the Java Weekly begins with a solid write-up on detecting JVM memory leaks and a hard look at the JShell REPL for Java. >>>
Arrays.sort vs Arrays.parallelSort
Learn how Java sort() and parallelSort() differ. >>>
Branch Prediction in Java
A quick and practical overview of branch prediction in Java. >>>