Question Bank
3705 approved questions from the community
What is currying in JavaScript?
What is the purpose of the finally block in try-catch?
Which of the following are differences between Map and plain objects? (Select all that apply)
What are the differences between CommonJS and ES Modules? (Select all that apply)
What does Promise.all() do?
Which are advantages of using Promises over callbacks? (Select all that apply)
What is transpilation?
What is code splitting?
What is memoization?
What is currying?
What is throttling?
What does localStorage do?
What is the difference between localStorage and sessionStorage?
What is the IndexedDB?
What is the delegation principle in ClassLoader hierarchy?
What is the difference between checked and unchecked exceptions in Java?
What is the try-catch block used for in Java?
What is dynamic class loading in Java?
What is multi-threading in Java?
What keyword is used to achieve inheritance in Java?