Catching Multiple Exceptions in JavaThe catch clause specifies the types of exceptions that the block can handle, and each exception type is separated with a vertical bar (|).Apr 29, 2021Apr 29, 2021
Java 9 — InterfacesJava 9 introduced private methods and private static method in interfaces. In Java 9 an interface can have seven different things:Apr 6, 2021Apr 6, 2021
Java 9 — Array equals, compare, mismatch methodsTraditionally Arrays are everywhere.Mar 31, 2021Mar 31, 2021
Mocking in Junits & SpringbootUnit tests should be small tests (atomic), lightweight, and fast. However, an object under test might have dependencies on other objects…Mar 11, 20211Mar 11, 20211
Cloning Large Git RepoGit is a fantastic choice for tracking the evolution of your code base and collaborating efficiently with your peers.Feb 25, 2021Feb 25, 2021