Immutable ArrayList in Java

2021 VietMX 0

1. Overview This quick tutorial will show how to make an ArrayList immutable with the core JDK, with Guava and finally with Apache Commons Collections 4. This article is […]

Immutable Objects in Java

2021 VietMX 0

1. Overview In this tutorial, we’ll learn what makes an object immutable, how to achieve immutability in Java, and what advantages come with doing so. […]