juan_gandhi: (Default)
Juan-Carlos Gandhi ([personal profile] juan_gandhi) wrote2010-02-04 11:04 am

funny Java

byte b = Byte.parseByte("80", 16);

throws an exception "value out of range"

very, very smart...

[identity profile] itman.livejournal.com 2010-02-04 07:37 pm (UTC)(link)
В Джаве байт - это signed char. И типов unsigned просто нет.