Lombok @Getter/@Setter annotations
Getter/Setter methods A POJO(Plain Old Java Object) class contains fields or instance variables and corresponding methods to get the value…
Getter/Setter methods A POJO(Plain Old Java Object) class contains fields or instance variables and corresponding methods to get the value…
What is Project Lombok Project Lombok is a popular Java library that is used for reducing boilerplate code in Java…
Print name 10 times In this article, we will explore different ways to print a name or a particular string…
Java – Convert list to string In this article, we will look at different methods to convert a list to…
Java 8 LocalTime In this article, we will take a look at LocalTime in java, its meaning and how to…
Java 8 LocalDate In this article, we will take a look at LocalDate in java, its meaning and how to…
Permit all requests In this article, we will see how to customize a spring security application to permit or allow…
Deny all requests In this article, we will see how to customize a spring security application to deny all requests…
Java 16 Records This article will cover a new feature introduced in java 16, Records: its use, syntax, creating objects,…