String Pool and Interning
Overview
String pool is a storage space in Java heap memory where string literals are stored. This is maintained by the Java String class. The string pool is empty by default. String Pool improves performance and memory load by reducing the number of...
sharooque.hashnode.dev3 min read