System.out is a PrintStream, and quoting the javadoc for PrintStream.printf
An invocation of this method of the
formout.printf(l, format, args)
behaves in exactly the same way as the invocation
out.format(l, format, args)
System.out is a PrintStream, and quoting the javadoc for PrintStream.printf
An invocation of this method of the
formout.printf(l, format, args)
behaves in exactly the same way as the invocation
out.format(l, format, args)