Q133
Which of the following is true about the lazy initialization in Kotlin?
A.
It is used to delay the initialization of a variable
AnswerB.
It is used to initialize a variable with a default value
C.
It is used to declare a variable as immutable
D.
It is used to perform a null-check on a variable
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board