Boolean values are represented as a Boolean object rather than a primitive boolean type as they can be in three states not two. The three states are unitialised represented as null, true represented as Boolean.TRUE and false represented as Boolean.FALSE.
|
|
|
|