Record Class in Java
Record class in Java is a new kind of class introduced in Java to help us model simple data aggregates with less ceremony than a normal class.
Record class in Java is a new kind of class introduced in Java to help us model simple data aggregates with less ceremony than a normal class.