Question d’entretien chez Infosys

String str1="abc"; String str2="abc"; String str3=new String ("abc"); String str4=str1; How many memory allocation will be there.

Réponses aux questions d'entretien

Utilisateur anonyme

10 sept. 2018

Explained, (heap memory alloc and string pool mem)

3

Utilisateur anonyme

22 mars 2021

Total 2 one in heap and one in string pool