If your integer is I, you can do the following three iterations.
1, an integer with an empty string directly, such as: strings s = I+"";
2. Call String.valueOf(i) directly.
3. Call Integer.toString (i) directly.