What is String Pool in Java?
3 min readLearn Java String Pool: memory optimization technique where JVM stores string literals in heap memory for efficient reuse. Discover how string pool works, literal vs new keyword differences, performance benefits & memory management from Java 7 onward.