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…

Lombok Introduction

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 java

Print name 10 times In this article, we will explore different ways to print a name or a particular string…

2 Min Read

Java 8 LocalTime

Java 8 LocalTime In this article, we will take a look at LocalTime in java, its meaning and how to…

Java 8 LocalDate

Java 8 LocalDate In this article, we will take a look at LocalDate in java, its meaning and how to…

Java 16 records

Java 16 Records This article will cover a new feature introduced in java 16, Records: its use, syntax, creating objects,…

Exit mobile version