Java Output Formatting

  • + 1 comment

    System.out.println(String.format("%03d", x)); what will happen if i not write String .format and wat is its use here in this context??