hex : Java Glossary - Canadian Mind Products • mindprod.com
Even though in Java we specify decimal, hex, octal and other radix representations of int literals, inside the int, there is no radix. It is just string of 32 binary bits. When you display an int you are in some way picking a radix and converting it to St...