Hi guys, Why do we need to use octal numbers' and hexa numbers' representation in java? not clear with their usage and assignment too.
sabbir kazi
Ranch Hand
Joined: Feb 03, 2001
Posts: 62
posted
0
You may use the following syntax: String DectoOct = Integer.toOctalString(Integer.parseInt(decimal)); String DectoHex = Integer.toHexString(Integer.parseInt(decimal));
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.