Is there an equivalent to .NET\'s String.Format in Java?
String.Format
There is a String.format in Java, although the syntax is a little different from in .NET.