I understand that Strings may be interned, but it it an action that is performed religiously when a new string object is created?
Jls section 3.10.5 string literals.
|
show 1 more comment
feedback
|
|
All A
In this example, The
| |||||
feedback
|
String x="zzz"does not create a new string object. – Alexander Pogrebnyak Sep 28 '11 at 23:52