Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

decimal/octal/hexadecimal in Java

Name: Anonymous 2009-02-06 6:23

int decVal = 26;     // The number 26, in decimal
int octVal = 032;     // The number 26, in octal
int hexVal = 0x1a;    // The number 26, in hexadecimal

like is there any speed advantage in what you choose?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List