How-to articles, tricks, and solutions about OBJECT-COMPARISON
What is the difference between == and equals() in Java?
In Java, the == operator is used to compare the references of two objects to see if they point to the same object in memory.