Pregunta de entrevista de IXL Learning

How does StringBuilder optimize string concatenation.

Respuesta de la entrevista

Anónimo

1 abr 2010

maintains an array and doubles the size each time the complete String is greater than the current size.