Kotlin - Null Safety
In Kotlin, what is the primary use of the Elvis operator
?:??:??: is used to return the left-hand side if it is not null; otherwise, it returns the right-hand side.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions