ryotamurohoshi
05/28/2017, 4:35 PMKotlin has features for null safety
or Kotlin is langage that has null safety characteristic.
But I have question with words of Kotlin is null safety language
or Kotlin has null safety.
ilya.gorbunov
05/28/2017, 4:50 PMNull safety is a feature of Kotlin
.
Kotlin has null safety
also sounds correct.
You can read more about null safety here: https://kotlinlang.org/docs/reference/null-safety.htmlbenleggiero
05/28/2017, 4:52 PMnull safety
means does not let you throw a Null-Pointer Exception unless you explicitly want to
ryotamurohoshi
05/28/2017, 5:14 PMnull safety
is that `Type system to eliminate NullPointerException (except special case).
Isn't it?Null safety is a feature of Kotlin.
and Kotlin has null safety
sounds correct.
But I have question the word of Kotlin is null safety language.
I think null safety definition
are difference between languages.benleggiero
05/30/2017, 12:14 AMnull-safe
language; it is safe from the dangers of null
.