Vidyalelo
Computer Science · Q133

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 133

Q133

Which of the following is true about the lazy initialization in Kotlin?

A.
It is used to delay the initialization of a variable
Answer
B.
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