Immutable Collections in Google Guava

Google Guava provides ways to create Immutable Collections. In this post, we will learn to create immutable collections using Google Guava.

January 11, 2021

Benefits of Immutable Class in Java

An immutable class is a class whose instances cannot be modified after it is created. In this post, we will look at the benefits of immutable class in Java.

June 29, 2019

How to Make a Class Immutable in Java

An immutable class is one that does not change its state after its construction. In this post, we will learn how to make a class immutable.

June 25, 2019