como fazer um int em um java de string
int i=10;
String s=String.valueOf(i);
Sid Potti
int i=10;
String s=String.valueOf(i);
Integer.toString(int)