Kotlin Program - Study Mode
[#101] The Kotlin code can be implemented without JVM?
Correct Answer
(A) TRUE
[#102] Array indexes start with:
Correct Answer
(B) 0
[#103] What paradigm(s) does the Kotlin programming language follow?
Correct Answer
(D) Both Object-Oriented and Functional
[#104] How do you define a variable in Kotlin that cannot be reassigned?
Correct Answer
(B) val
[#105] What is the when expression used in Kotlin?
Correct Answer
(B) To define a switch-case statement