subhash chandra bose
difference b/w == and equals()
1 Answer(s)      2 years and 5 months ago
Posted in : Java Interview Questions

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 Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.