- Can you name two programming paradigms that Kotlin supports?
- Is it true or false that Kotlin requires everything to be contained within classes?
- What is a top-level function?
- What are higher-order functions?
- How do you declare a nullable type in Kotlin?
- What are the three ways to handle null?
- Is it true or false that Kotlin code can't be used from Java code?