Question d’entretien chez 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

Réponse à la question d'entretien

Utilisateur anonyme

13 avr. 2014

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

5