We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
What is the difference between functional interfaces and type aliases?
What do you know about data classes? (Link updated)
What is the difference between nested classes and inner classes? (link updated)
What do you know about `reified` keyword?
What do you know about property references and `::` operator?
What do you know about `lateinit` keyword? (Link updated)
What do you know about data objects?
What do you know about the `object` keyword? (updated)
What is the difference between lazy and lateinit? (link updated)
What do you know about companion object?
What do you know about functional interfaces?
What do you know about operator overloading?
What do you know about type aliases?
What do you know about sealed classes and interfaces?
What is enum?
What's difference between `launch` and `async`?
Kotlin generics
Describe nullability and null safety
What do you know about extensions?
What is CoroutineScope and how is that different from CoroutineContext?
What do you know about StateFlow and SharedFlow?
JvmStatic and JvmField annotations
Code questions Kotlin
What is the difference between “*” and “Any” in generics
JvmOverloads annotation
What do you know about delegated properties
Kotlin questions