944,052 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Unsolved
  • Views: 2506
  • Java RSS
Nov 9th, 2006
0

converting integers to string in java

Expand Post »
how will I convert integers onto strings? trillion integers into strings.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
yneng21 is offline Offline
2 posts
since Nov 2006
Nov 9th, 2006
0

Re: converting integers to string in java

Java Syntax (Toggle Plain Text)
  1. int i = 0;
  2. String str = "" + i;
  3.  
  4. // or
  5.  
  6. int i = 0;
  7. String str = String.valueOf(i);
Moderator
Reputation Points: 1471
Solved Threads: 490
Industrious Poster
masijade is offline Offline
4,043 posts
since Feb 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Java Forum Timeline: calling Crystal Reports in Swing
Next Thread in Java Forum Timeline: Editing a pixel





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC