Quiz 4
1. What is Kotlin Flow used for?
2. How does StateFlow differ from Flow?
3. How do you return from a lambda expression to the calling function?
4. What keyword is used inside a custom setter to access the stored value?
5. What is the syntax for star-projection in Kotlin generics?
6. What is a 'use-site target' in Kotlin annotations?
7. Which functions must be implemented to support destructuring in a custom class?
8. What is a 'Channel' in Kotlin coroutines?
9. Which Flow type is used to broadcast events to multiple observers?
10. Do typealiases create a new type at runtime?
Previous Next