Primitive types such as integers and Booleans cannot generally be null , but the corresponding nullable types (nullable integer and nullable Boolean, respectively) can also assume the NULL value.
Primitive types such as integers and Booleans cannot generally be null , but the corresponding nullable types (nullable integer and nullable Boolean, respectively) can also assume the NULL value.