Java Int to String

  • + 0 comments

    I just concatenate the value:

    String s = ""+n;