java - Why does the xor operator on two bytes produce an int ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
java - Why does the xor operator on two bytes produce an int ...
There is no Java bitwise operations on two bytes. Your code implicitly and silently
converts those bytes to a larger integer type ( int ), and the result is ...