Literal für boolean.
boolean java = true; boolean sumatra = false; if(java || sumatra) { System.out.println("Ferien!!!"); }