fork(1) download
  1. class Main {
  2. public static void main (String[] args) {
  3. Integer number1 = 0X00020000;
  4. System.out.printf("%x\n", number1);
  5. }
  6. }
Success #stdin #stdout 0.07s 380160KB
stdin
Standard input is empty
stdout
20000