something_’s Reviews > Effective Java : Programming Language Guide > Status Update

something_
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
Effective Java : Programming Language Guide

flag

something_’s Previous Updates

No comments have been added yet.