Why would hashCode in java need not to be consistent during multiple execution? I want to understand if there is a reason in background!
From Object class JavaDoc:
This integer need not remain consistent from one execution of an application to another execution of the same application.