JVM Memory ModelHello guys, in this blog we are going to talk about the different areas of memory that JVM creates and handles throughout the lifecycle of…Mar 2, 20211Mar 2, 20211
Hashmap Vs ConcurrentHashMap in Java 8 wayIn this blog, we are going to talk about the newly introduced methods in hashmap and concurrenthashmap and their key differences.Dec 19, 2020Dec 19, 2020
Internals of Compiler and JVMWe will start with differences between JDK, JRE and JVM and then internals of Compiler and JVMOct 16, 20201Oct 16, 20201
The Completable FutureHello guys, in this blog we are going to talk about the CompletableFuture which was introduced in Java 8.Sep 3, 2020Sep 3, 2020
The Immutable Strings and the String PoolIn this blog, we are going to find the answers of why string is immutable and how strings literals are stored in String PoolAug 15, 20202Aug 15, 20202
The Stealer — Fork Join FrameworkIn this blog, we will discuss Fork Join Framework in depth and how it can create a problem in specific scenarios.Aug 13, 2020Aug 13, 2020
The Thread and The Executor FrameworkIn this blog, we will discuss about the difference between a thread and a process, executor framework and Java 8’s new impl.Aug 6, 2020Aug 6, 2020
Type Inference, Lambda Expression and Method ReferenceThis blog is about how type inference and method reference work and some important points on lambda expression.Jun 10, 2020Jun 10, 2020
Interface Evolution (Java 7, Java 8, Java 9)In this blog, we will see how interface evolve across java versionsMay 31, 20201May 31, 20201