employer cover photo
employer logo
employer logo

Protechsoft Technologies

Is this your company?

Protechsoft Technologies Interview Question

Different between== operator and equal to operator

Interview Answer

Anonymous

Oct 2, 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.