java how to turn int to string code example Example: int to string java int i=10; String s=String.valueOf(i);//Now it will return "10"