Nuacht

Contribute to phani-rec/rec2.1 development by creating an account on GitHub.
Q6: What is String interning in Java? Answer: String interning means that Java stores only one copy of each literal string in a special memory area called the String pool.
I have written posts about using Objects class: JDK 7: The New Objects Class and Java 7 Objects-Powered Compact Equals.