Is there a convenient way of writing formatted strings similar to printf in C?
Created May 4, 2012
John Zukowski There is a free printf equivalent at Acme. Staying with the standard Java classes, you would use the NumberFormat and DateFormat classes to help you format the output.