okay..and another hashCode question from Dan's exam:
A class C has two fields of type
String and both are used for the equals comparison. On Monday an instance of the class is created and the hashCode method is invoked. On Tuesday the program is loaded again and an instance of class C is created containing the same data that was loaded on Monday. If the hashCode method is invoked after restarting the program on Tuesday then the hashCode method must return the same integer value that was returned on Monday.
Why is the last statement false??
THANKS A LOT!