something_’s Reviews > Effective Java : Programming Language Guide > Status Update
something_
is 9% done
"Using the string concatenation operator
repeatedly to concatenate n strings requires time quadratic in n. It is an unfortunate
consequence of the fact that strings are immutable. When two strings are
concatenated, the contents of both are copied." Oo
— Nov 15, 2012 08:09AM
repeatedly to concatenate n strings requires time quadratic in n. It is an unfortunate
consequence of the fact that strings are immutable. When two strings are
concatenated, the contents of both are copied." Oo
Like flag

