difference b/w == and equals()

difference b/w == and equals()

what is the difference between == operator and equals()

View Answers

December 8, 2010 at 2:18 PM

Hi Friend,

The == operator checks if the two objects were actually the same object. This operator looks at the actually memory address whereas the equals() method is used to compare the values of the object.

Thanks









Related Tutorials/Questions & Answers:

Ads