Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Java actually uses a signed byte type, which was I guess to keep a common theme along with all the other types, but in practice leads to a lot of b & 0xFF, upcasting to int etc when dealing with bytes coming from streams.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: