Category Archives: Java Tutorial

Java Concepts that we must know.

hashCode() & equals() method significance in Collections API : public boolean equals(Object obj) : This method checks if the object passed to this method is equal to the object on which it is invoked. Default implementation is just comparing the … Continue reading

Posted in Java Tutorial | Leave a comment