Boolean must be constructed with a boolean or a String. If the object is unintialized, it would point to null.The default value of primitive boolean is false.
Additionally, there’s a Boolean type, which can be true, false, or null, and can be used in Collections because it inherits from Object. If using the latter, the consumer need always check for null before checking true or false.