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.
System.out.printf("boolean variable is %b",boolVar);