Question Regarding Integer's toBinaryString method
807601Feb 17 2008 — edited Feb 17 2008I'd like to ask why Java adds 2^32 to the int argument you'd like to convert into a binary string.What's the binary representation Java uses for integers? Advanced thanks.