Coroutines are part of the Kotlin standard library.
Posted: Oct 04, 2025
View Details
Value classes can have multiple properties.
Posted: Oct 04, 2025
View Details
The reified keyword can be used with any generic function.
Posted: Oct 04, 2025
View Details
Kotlin/Native can compile to native binaries without JVM.
Posted: Oct 04, 2025
View Details
The keyword used to declare a read-only variable in Kotlin is ____.
Posted: Oct 04, 2025
View Details
In Kotlin, ____ is used to define a function.
Posted: Oct 04, 2025
View Details
The ____ function is the entry point of a Kotlin application.
Posted: Oct 04, 2025
View Details
To create an extension function, you use the syntax: fun ____.____()
Posted: Oct 04, 2025
View Details
To make a property lazy-initialized, you use the ____ delegate.
Posted: Oct 04, 2025
View Details
Showing 166 to 180 of 392 results