The Records Kata is a beginner Code Kata with a set exercises that a developer can complete to familiarize themselves with the records feature released in Java 16.
To read more about the motivation behind the development of the record type in Java: JEP 395: Records
Navigate through the comments in the test file: