What do you understand by Null safety in Kotlin?
Null safety is a feature that aims to eliminate null reference exceptions.
Null safety is a feature that allows any value to be treated as null.
Null safety is a way to allow all variables to be null by default.
Null safety is a feature that enforces strict type checking.