JAVA :: difference between "==" vs equals() Manish Warang April 16, 2017 Java's equality operator "= =" is used for reference comparison. It checks if the both the references point to the same memor... Continue Reading