StringFormat pour Java Opérateur Booléen

Je sais que sa question très simple. mais je voudrais savoir la stringformat pour l'opérateur booléen.
Par exemple, ci-dessous indique les formats de chaîne pour entier, chaîne de caractères, et flottent. ce qui pourrait être pour de l'opérateur booléen (true/false)?

System.out.printf("The value of the float " +
                  "variable is %f, while " +
                  "the value of the " + 
                  "integer variable is %d, " +
                  "and the string is %s", 
                  floatVar, intVar, stringVar); 
InformationsquelleAutor Umesh Patil | 2014-07-18