Question Bank
1899 approved questions from the community
Which files are used by npm and yarn to ensure deterministic, consistent package installations across different machines?
Which of the following are distinct phases or components of the Node.js event loop?
Which components are part of the event-driven programming architecture in Node.js?
How does Node.js handle multi-threading for compute-heavy tasks if it operates on a single main thread?
How can you implement custom property behavior in Kotlin classes?
What occurs during a 'smart cast' in Kotlin?
What is the function of the Elvis operator (?:) in Kotlin?
Which features does the 'when' expression in Kotlin provide?
What is a major difference between 'if' in Kotlin compared to Java?
What are the benefits of using extension functions in Kotlin?
What are the characteristics and use cases for the 'Unit' type in Kotlin?
Which of the following statements about Kotlin type inference are true?
How does Kotlin improve the developer experience for Android development compared to Java?
What are the key strengths of Kotlin when running on the JVM?
Which of these are significant purposes of the 'this' keyword in Java?
What is the rule regarding overloading and overriding static methods in Java?
In Java, what effect does the 'final' keyword have when applied to different entities?
Which of the following are true regarding garbage collection and reference types in Java?
Which of the following are valid use cases for using wrapper classes in Java?
What is the primary role of the ClassLoader in the Java runtime environment?