in JAVA by
Why java uses the concept of the string literal?

1 Answer

0 votes
by

To make Java more memory efficient (because no new objects are created if it exists already in the string constant pool).

...