What do you understand by Null safety in Kotlin?
Null safety is a technique for creating nullable variables.
Null safety is a feature to allow null values without checks.
Null safety is a way to force variables to always have null values.
Null safety is a feature that helps prevent null pointer exceptions in code.