how do you concatenate an int with a string in java

Java
String s = String.format("%s%s%s%s%s", a, b, c, d, e);
Source

Also in Java: