The Difference between Kotlin’s Data Classes and Java 16 Records
When Java first introduced records as a preview in Java 14 and later released it with Java 16, it reminded many of Kotlin’s data classes. While they address the same problem in a very similar manner, there are a few differences in how they are handle...
blog.oscarablinger.dev5 min read