java print hex format

58

java print hex format -

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

Comments

Submit
0 Comments