Question d’entretien chez EPAM Systems

Can you explain the difference between == and equals()? Are strings immutable? Can you explain the hashcode method?

Réponse à la question d'entretien

Utilisateur anonyme

10 juin 2022

We can you use operator equals to compare references and method equals for compare content comparasion.