Why & How do we make a multimodule Spring Boot applicationSo let us start with the first question that should come to our minds ,which is why would I even want to build a multimodule application …Dec 22, 2024Dec 22, 2024
Understanding Sealed Classes in JavaJava 17 brought in sealed classes, which significantly enhanced Java’s type system by offering explicit control over class inheritance…Dec 1, 2024Dec 1, 2024
Introduction to Java RecordsJava Records, introduced in Java 14 as a preview feature and officially released in Java 16, provide a compact way to define immutable data…Nov 17, 2024Nov 17, 2024
Default Methods in Interfaces in JavaIn an application where an interface has one or multiple implementations, if we add a method to the interface, all of its implementations…Sep 13, 20231Sep 13, 20231