NoobnoobJava Memory allocationBased on the different sections of the memory allocation in Java Virtual Machine (JVM), here are some of the discrete features of the stack…Nov 25, 2021Nov 25, 2021
NoobnoobRunnable vs callableThe Runnable interface is a functional interface and has a single run() method which doesn’t accept any parameters and does not return any…Nov 25, 2021Nov 25, 2021
NoobnoobConcurrency- Cyclic barrier vs CountdownLatchCyclicBarrier maintains a count of threads whereas CountDownLatch maintains a count of tasks.Oct 30, 2021Oct 30, 2021
NoobnoobThings to remember in the HLD interviewNote down the functional requirementsJun 25, 2021Jun 25, 2021
NoobnoobAccess specifiersUnderstanding the access specifiers in Single Class.Jun 23, 2021Jun 23, 2021
NoobnoobA word on scalability and performance“The terms “performance” and “scalability” are commonly used interchangeably, but the two are distinct: performance measures the speed with…Jun 22, 2021Jun 22, 2021