// decimal transformation into hexadecimal
Integer.tohexString (11); / / The result is B
// heel branch transformation into decimal
Long.Parselong ("B", 16) / / Result 11