String interning in Java
Introduction String interning is a concept that not many Developers out there know. It’s deeply bounded to the way the JVM handles memory. Nowadays it’s easier than ever to leverage…
A blog about programming topics in general, focusing on the Java programming language.
Introduction String interning is a concept that not many Developers out there know. It’s deeply bounded to the way the JVM handles memory. Nowadays it’s easier than ever to leverage…