Day 1 - Strings are Immutable in Java by Nuno Bento August 21, 2020 Categories Data StructureImmutable Strings in Java language are immutable because of caching, security, synchronization and performance. Share Tweet LinkedIn Reddit Next Day 2 - LinkedList vs ArrayList