Quiz 5
1. What does SAM conversion stand for?
2. What is the role of a CoroutineScope?
3. How do you print a literal '$' sign in a Kotlin string template?
4. When is an 'else' branch mandatory in a 'when' expression?
5. What is 'Structured Concurrency' in Kotlin?
6. Can a Kotlin enum class have properties?
7. What does '::class' return in Kotlin?
8. Which modifier is needed on a method to allow it to be overridden?
9. What is 'expect/actual' used for?
10. What is the difference between a lambda and an anonymous function?
Previous Next