Mega Code Archive

 
Categories / Java / Data Type
 

Using the Format Flags

Flag            Effect -               Left justification #               Alternate conversion format 0               Output is padded with zeros rather than spaces space           Positive numeric output is preceded by a space +               Positive numeric output is preceded by a + sign ,               Numeric values include grouping separators (               Negative numeric values are enclosed within parentheses