Long.toHexString(long i) has the following syntax.
public static String toHexString(long i)
In the following code shows how to use Long.toHexString(long i) method.
public class Main { public static void main(String[] args) { System.out.println(Long.toHexString(15)); } }
The output: