Kotlin - Null Safety
Which Kotlin expression correctly uses the safe call operator to get the length of a nullable string
text?text??. placed before the member access.text?.length which is correct syntax.length as a function which it is not.?. before property [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions