Revature interview question

Difference between == and .equals()

Interview Answer

Anonymous

Jan 11, 2019

== checks if they are the the same address .equals() checks if they are the same value