Java PrintStream.printf(): Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * java Format") |
No edit summary |
||
Line 2: | Line 2: | ||
* [[java Format#Subjects|java Format]] | * [[java Format#Subjects|java Format]] | ||
* https://home.feodorov.com:9443/wiki/Wiki.jsp?page=Printf | |||
=Overview= | |||
<pre> | |||
pw.printf("%s: %d", s, i); | |||
</pre> |
Revision as of 17:52, 22 January 2016
Internal
Overview
pw.printf("%s: %d", s, i);