What’s Null Safety and Nullable Types in Kotlin?
Null safety, also known as void safety is a guarantee that no object references shall have null or void values.
Nullable types in Kotlin are a type of reference which are declared by putting a “?” behind the String.
BY Best Interview Question ON 21 Jul 2020