Creating immutable Collections before JDK9: In Java 9 added some factory methods to create immutable collections. See JEP 269: Convenience Factory Methods for Collections. But this guide will explain the techniques to create immutable collections before JDK 9 and flaws in using these techniques. Java 9 how solved these flaws will be explained in










