Java 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
Runnable 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
Concurrency- Cyclic barrier vs CountdownLatchCyclicBarrier maintains a count of threads whereas CountDownLatch maintains a count of tasks.Oct 30, 2021Oct 30, 2021
A 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