Kotlin - Null Safety
What does adding a
? after a type in Kotlin mean?? after a type in Kotlin mean?? after a type means the variable can hold null.?, variables cannot be null and will cause errors if assigned null.? means nullable type in Kotlin [OK]? makes variable immutable? with constant declaration? means function type15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions