Is there an equivalent to .NET\'s String.Format in Java?
String.Format
There is MessageFormat.format() which uses the .net notation.
MessageFormat.format()