InDev GeniusbySaurabh KumarJava-106: Why does sneakyThrows work at all?First let's answer the what, What is sneakyThrows? @SneakyThrows is an annotation introduced by Lombok …Apr 1, 202368Apr 1, 202368
Saurabh KumarJava-105: Java definitions which I often confuse!The class loader will load the byte codes into the JVM and link them with the class libraries provided by the JRE.May 29, 20225May 29, 20225
Saurabh KumarJava 103 : What are wildcards in java ?? is an unbounded wildcard in java. i.e it can hold anything that comes in its place, representing an unknown type.Apr 3, 20223Apr 3, 20223
Saurabh KumarJava 101 : What was Multithreading in old-school java like 👀?Why do we need to read about how multithreading was handled earlier in java ? So that we might know what are the pain points that the…Feb 12, 202210Feb 12, 202210
Saurabh KumarJava 102 : Executor Service in concurrent Package.We will explore the executorService abstraction from the concurrent package for the same problem and see what issues does it really solve.Mar 12, 20229Mar 12, 20229