Java Int to String

  • + 7 comments

    String s = ""; s = Integer.toString(n);

    that's it.