João Esperancinhajesperancinha.hashnode.dev·Jan 7, 2025JDK 14 record classes. A retrospective.Records are in many forums debated and sometimes the discussions go off-topic and take strange turns. In this article I will indeed discuss how records can be used with Lombok. At least I will discuss my humble experience with trying to use records w...jdk14
Himanshu Raihimanshurai.hashnode.dev·Apr 22, 2023record keyword in Java-14In JDK-14, a new keyword record was introduced, this blog is an attempt to explain the use of this keyword and how it will help us programmers to write code with less boilerplate code in some cases. Use case: Let's say we have to create a new immutab...30 readsJava