java print hex format

64

java print hex format -

System.out.println(String.format("0x%08X", 1));

Comments

Submit
0 Comments