Vaibhav GautamPlay Around Singleton Class in JavaWe have heard the word “singleton” many time while working in java or being interviewed for the position in java development.Jan 30, 20212Jan 30, 20212
Vaibhav GautamInteresting Autoboxing & Unboxing — JAVAAs a Java developer, we are often being asked, what is the difference between Integer and int. We have used them many times while…Oct 2, 2020Oct 2, 2020
Vaibhav GautamData Structures in Background- Java Collection FrameworkAs a developer we use various data structures to deal with different kind of data to meet certain requirements. We need to decide which…Aug 16, 2020Aug 16, 2020
Vaibhav GautamFunctional interfaces & Lambda expressions in JavaFUNCTIONAL INTERFACE: A functional interface in Java is an interface consisting of a single abstract method in it. We either can use some…Aug 8, 2020Aug 8, 2020
Vaibhav GautamBuilding simple GraphQL server using Springboot — Beginners exampleBrief Introduction: GraphQL is a query language for APIs that allows clients to request limited data they need, making it possible for…Jul 4, 2020Jul 4, 2020