I know its very simple question. but I would like to know the stringformat for boolean operator.
For example, below shows the string formats for integer, string and float.
'b' or 'B' general If the argument arg is null, then the result is "false". If arg is a boolean or Boolean, then the result is the string returned by String.valueOf(arg). Otherwise, the result is "true".
java docs : http://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html#syntax