Kotlin - Null Safety
In Kotlin, what happens if you declare a variable without a
? after its type?? after its type?null unless specified.??, the variable type is non-nullable, so it cannot hold null.null values. -> Option Anull allowed [OK]? means no null allowed [OK]lateinit with nullability15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions