Question d’entretien chez Epsilon

Difference between declaring string variables in java String str = “Rama” String str = new String(“Rama”)

Réponse à la question d'entretien

Utilisateur anonyme

6 nov. 2019

Answered based on memory allocation, but expectation was different.