Understanding the Java String Pool
1. What Makes String Special in Java
In Java, String behaves differently from most other objects. One of the main reasons is the String Pool, a special memory area used to optimize memory usage.
Since
ejjung.hashnode.dev4 min read