Java Int to String

  • + 0 comments

    concat that int n to string s it in turn becomes a string

    String s=""+n;