Java Int to String

  • + 1 comment

    String s=""; s = Integer.toString(n); isn't this too easy??