Wednesday, June 08, 2005

Cute way to convert an int to a String

int one = 1;
String str = one + "";

No comments:

Post a Comment