Question Bank

1899 approved questions from the community

What is variance in Kotlin generics?

MEDIUM
SINGLE CHOICE
40s
Kotlin
by Mohamed

What is the purpose of the 'lateinit' modifier in Kotlin?

MEDIUM
SINGLE CHOICE
35s
Kotlin
by Mohamed

What does the 'internal' visibility modifier mean in Kotlin?

MEDIUM
SINGLE CHOICE
30s
Kotlin
by Mohamed

What is the difference between 'protected' visibility in Kotlin and Java?

MEDIUM
SINGLE CHOICE
35s
Kotlin
by Mohamed

What is the 'tailrec' modifier in Kotlin?

MEDIUM
SINGLE CHOICE
35s
Kotlin
by Mohamed

What is the 'Nothing' type in Kotlin?

MEDIUM
SINGLE CHOICE
35s
Kotlin
by Mohamed

What are component functions in Kotlin data classes?

MEDIUM
SINGLE CHOICE
35s
Kotlin
by Mohamed

What is the primary purpose of data classes in Kotlin?

MEDIUM
SINGLE CHOICE
30s
Kotlin
by Mohamed

What is the purpose of sealed classes in Kotlin?

MEDIUM
SINGLE CHOICE
35s
Kotlin
by Mohamed

Sealed classes in Kotlin can have subclasses defined outside the same file or module.

MEDIUM
TRUE FALSE
25s
Kotlin
by Mohamed

What is the purpose of the 'init' block in Kotlin?

MEDIUM
SINGLE CHOICE
30s
Kotlin
by Mohamed

How do you declare a secondary constructor in Kotlin?

MEDIUM
SINGLE CHOICE
30s
Kotlin
by Mohamed

In Kotlin, 'List' and 'MutableList' are the same interface.

MEDIUM
TRUE FALSE
25s
Kotlin
by Mohamed

What operator is used for safe calls on nullable objects in Kotlin?

MEDIUM
SINGLE CHOICE
25s
Kotlin
by Mohamed

What does the not-null assertion operator '!!' do in Kotlin?

MEDIUM
SINGLE CHOICE
30s
Kotlin
by Mohamed

What is the safe cast operator in Kotlin?

MEDIUM
SINGLE CHOICE
30s
Kotlin
by Mohamed

Suspending functions can only be called from other suspending functions or coroutines.

MEDIUM
TRUE FALSE
25s
Kotlin
by Mohamed

Object declarations in Kotlin are lazily initialized when accessed for the first time.

MEDIUM
TRUE FALSE
25s
Kotlin
by Mohamed

What keyword is used to define a suspending function in Kotlin?

MEDIUM
SINGLE CHOICE
25s
Kotlin
by Mohamed

What is the difference between 'launch' and 'async' coroutine builders?

MEDIUM
SINGLE CHOICE
35s
Kotlin
by Mohamed
PreviousPage 64 of 95Next