Kotlin Program - Study Mode

[#141] The 'when' statement in Kotlin is similar to which statement in other programming languages?
Correct Answer

(C) switch

[#142] Which keyword is used to indicate that a class can be subclassed?
Correct Answer

(D) open

[#143] What does the lateinit keyword in a variable declaration indicate in Kotlin code?
Correct Answer

(D) The variable will be initialized later. I promise!

[#144] Which Gradle configuration indicates the most recent API level your app has been tested with?
Correct Answer

(C) targetSdkVersion

[#145] Which of the following accessibility tools comes built in with most Android devices?
Correct Answer

(C) TalkBack