Q271
What is the difference between a and b? var a: String? = "KotlinProgramming" var b: String = 'KotlinProgramming"
A.
a is volatile as in Java
B.
a is final and cannot be changed
C.
b can never become null
AnswerD.
b is final and cannot be changed
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board