Question Bank
721 approved questions from the community
The V8 engine uses both a compiler and an interpreter for JIT compilation.
What is the util module's inspect() function used for?
What is the difference between Duplex and Transform streams?
What is Memcached?
What is JIT compilation in Node.js?
What are the phases of the Node.js event loop?
What does the 'out' modifier mean in Kotlin generics?
What is the 'crossinline' modifier used for in Kotlin?
What is a property delegate in Kotlin?
Reified type parameters can only be used with inline functions in Kotlin.
What is reified type parameter in Kotlin?
What does the 'in' modifier mean in Kotlin generics?
Which annotations are commonly used for Java interoperability in Kotlin?
Which dispatchers are available in Kotlin coroutines?
Which operators can be used to transform Flow in Kotlin?
What are the variance modifiers in Kotlin?
In which scenarios is the 'Nothing' type useful in Kotlin?
What is type alias in Kotlin?
What is the difference between 'const val' and 'val' in Kotlin?
What is the purpose of 'withContext' in Kotlin coroutines?