Java Records in 90 Seconds

1 year ago
24

Java Records are available for production use in Java 16. They are good for DTOs (Data Transfer Objects) where you want to hold & send data only.

Loading comments...