3.4.Boolean
Boolean
boolean data type has only two possible values: true and false. Use this data type for simple flags that track true/false conditions. This data type represents one bit of information, but its “size” isn’t something that’s precisely defined.
Summary
- Variable are strongly type in JAVA
- Primitive Type
- Integer type, floating point type, char type, boolean type
- Operator
- Arithmetic Operator