Get contacted by recruiters directly with our newest chat feature!
Register now or log in to join your professional community.
becuase byte[] uses equals and hashCode to compare, so that
byte[] a = {1,2,3};
byte[] b = {1,2,3};
will not match in hashmap
Cancel Report Answer