employer cover photo
employer logo
employer logo

Protechsoft Technologies

Est-ce votre entreprise ?

Question d’entretien chez Protechsoft Technologies

Different between== operator and equal to operator

Réponse à la question d'entretien

Utilisateur anonyme

2 oct. 2024

== checks whether two references point to the same object. equals() checks whether two objects have the same content, provided the method is correctly overridden.