Pergunta de entrevista da empresa JPMorganChase

What problem you face when Java string is being immutable and you copy a line of a file into a String variable for a huge file

Resposta da entrevista

Sigiloso

13 de abr. de 2014

Java internally dedicates a new string for every copy as String is immutable

5