Java's equivalence to Python's "Got value: %s" % variable?
+3
A:
System.out.format("%s", aString)
See Format and all its various incarnations.
Chuk Lee
2010-04-15 05:27:44
Your URL is faulty: http://file///opt/java/javase/jdk1.6/docs/api/java/text/Format.html
Viet
2010-04-15 05:29:01
Oops! http://java.sun.com/javase/6/docs/api/java/text/Format.html
Chuk Lee
2010-04-15 05:34:41