Kotlin - Null Safety
Identify the error in this Kotlin code:
val name: String = null println(name.length)
val name: String = null println(name.length)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions