Java Reference
In-Depth Information
system.out.println (a + “ “ +b);
}
}
Booleans
It is a primitive type for logical values.
This tends have only one of two possible values, true or false.
It is governed by if or for control statements.
Search WWH ::




Custom Search