I have an Object and i just want to override equals method to compare two objects, I am not using any hashing collection anywhere in my program. In such case why there is a contract in hashCode and equals method i.e. If two objects are equal then they should have the same hashcode. shouldn t the general hashcode contract be case specific that if you want to put this object as key in some collection that uses hashing and then overrides it??
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...