Kotlin - Null Safety
Which of the following is a valid use of the safe cast operator as? in Kotlin?
Which of the following is a valid use of the safe cast operator as? in Kotlin?
as? returns a nullable type, so the variable must accept nulls.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions