String literal is used to make Java more memory efficient - Core Java
Q. Which concept is used to make Java more memory efficient (because no new objects are created if it exists already in string constant pool)?- Published on 13 Jul 15a. String literal
b. By new keyword
c. Both A & B
d. None of the above
ANSWER: String literal