Sail E0 Webinar
Question
Which the right code to declare nullable variable in Kotlin?
Options:
A .  val text: String = null
B .  val text: String? = null
C .  val text: nullable = null
D .  val text: String
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers