Features
Garbage Collectors
The post is a curated list of various garbage collectors available in java VM. We will also explore various use-cases for the respective collectors.
Lambda Expressions and Exception Handling
This short article will explore a few options to handle checked and unchecked exceptions in lambda expressions.
JDK - oracle build alternatives
In this post, we are exploring some battle-tested Oracle build alternatives based on the OpenJDK codebase.
Suppressed Exceptions
A suppressed exception is an exception that is ignored to let another exception be thrown from the method.
Container Aware - running java applications inside containers
In this post, we will discuss the resource management for a containerized java application.
Some important java projects - April 2021 edition
This article will explore some of the important projects currently in the development (incubation, preview, early access) stage.