Using Records in Modern Java Development
Last Updated on October 21, 2024 by jt Java 14 introduces a new feature called Records. In Java, Record is a special type of Java class. It is intended to hold pure immutable data in it. The syntax of a record is concise and short as compared to a normal class In this post, I will […]Continue reading