Dear all
I am new in Java please help me to provide the solutions of What are HashCode and equals in Java and how thay are implemented in java.
Thanks
Regards
Diya
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Dear all
I am new in Java please help me to provide the solutions of What are HashCode and equals in Java and how thay are implemented in java.
Thanks
Regards
Diya
Last edited by copeg; December 13th, 2011 at 09:46 AM.
sounds like your teacher asked you that... try google, and then when you have read all about it come back with a more specific question what about hashcode and equals you don't understand.
I'm also a beginner so i wont post a link becouse it may contain faults and by going through the forum the last day my feeling is that people dont realy want to give you an answer for you to bring back to school.
No spoon-feeding allowed.
KevinWorkman (September 9th, 2011)
You will find the answers in the Java 6 API Documentation.
Look up the Method Summary for java.lang.Object
Last edited by shia; September 9th, 2011 at 08:42 AM. Reason: typo
KevinWorkman (September 9th, 2011)