did you know that

byte[] byte1 = {1,2,3};
byte[] byte2 = {1,2,3};

yields 
byte1.equals(byte2) = false;
and
byte1.hashCode() != byte2.hashCode();

blows my mind man....

what is the best way to compute a byte[].hashCode()?

regards

marc

sorry for the newbie question :))))

________________________
Marc Fleury
Chief Technology Officer
Telkel, Inc.
________________________ 

Reply via email to