Quiz: Getting Started
Test your understanding of the concepts discussed in this chapter.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What does it mean for Kotlin to be a compiled language?
A.
Kotlin code is a higher-level language that supports object-oriented programming and functional programming.
B.
Kotlin code is compiled to a lower-level language, like JVM bytecode or JavaScript.
C.
Kotlin code is interpreted at runtime and executed line by line.
D.
Kotlin code is executed directly by the CPU.
1 / 5
...