SyntaxFix
Write A Post
Hire A Developer
Questions
why a[] doesn't equals b[]? Because equals function really called on Byte[] or byte[] is Object.equals(Object obj). This functions only compares object identify , don't compare the contents of the array.
equals
Byte[]
byte[]
Object.equals(Object obj)