(no subject)
Apr. 15th, 2010 05:46 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Oh yes, and I almost forgot my recommended daily software rant: in Java, all bytes are signed. There is no such thing as an unsigned byte.
A side-effect of this is that a statement such as byte foo = 0xAA; gives a compiler error.
A side-effect of this is that a statement such as byte foo = 0xAA; gives a compiler error.