Question Bank
721 approved questions from the community
What is a CoroutineContext in Kotlin?
'use strict' makes it impossible to accidentally create global variables.
What are proxies in JavaScript used for?
What are Web Workers used for?
Tree shaking removes unused code during the build process.
Cross-Site Scripting (XSS) can be prevented by sanitizing user input.
What is a Proxy in JavaScript?
What is the Observer pattern?
How does JavaScript garbage collection work?
What are server-sent events (SSE)?
What is the Singleton pattern?
What is a Service Worker?
What are generators in JavaScript?
What are JavaScript polyfills used for?
Property descriptors allow you to control the writable, enumerable, and configurable attributes of object properties.
What is memoization?
What is currying?
Which of the following are characteristics of the G1 (Garbage First) collector?
What are the four main pillars of Object-Oriented Programming in Java?
What is the relationship between reachability and garbage collection in Java?