1.

Which concept is used to make Java more memory efficient (because no new objects are created if it exists already in string constant pool)?

A. String literal
B. By new keyword
C. Both A & B
D. None of the above
Answer» B. By new keyword


Discussion

No Comment Found