Cómo hacer un int en una cadena java
int i=10;
String s=String.valueOf(i);
Sid Potti
int i=10;
String s=String.valueOf(i);
Integer.toString(int)