| ▲ | rf15 5 hours ago | |||||||
> due to the mlibc code using the char value from the format string, the values above 127 passed by OpenJDK would be handled as negative integers It's 2025 and I still don't get why Java needed signed chars and bytes. Why completely disregard the convenience of using them for array access/etc.. | ||||||||
| ▲ | toast0 4 hours ago | parent | next [-] | |||||||
Java creators tried to avoid giving developers any sharp edges. Interactions between signed and unsigned integers can be surprising, so they disallowed unsigned integers. Of course, not having access to unsigned quantities makes interaction with other programs difficult :( | ||||||||
| ||||||||
| ▲ | bji9jhff 5 hours ago | parent | prev [-] | |||||||
The creators of Java probably learned to code on MS Basic | ||||||||
| ||||||||