Record In Java With Examples Core Java java Java 16 Java 17 Record In Java by devs5003 - April 28, 2023January 5, 20260 As Oracle Community is continuously providing the new features in every new release, it becomes essential to stay updated as soon as possible. Record In Java is one of the great feature that was first introduced in Java 14 as a preview feature, and finalized in Java 16. It has added a new keyword 'record' in the list of Java keywords. Some people in the industry have already started using it proactively to reduce a huge amount of boilerplate code. If you are using any traditional approach to transfer data from one layer to another without changing its value in your project, it is advisable that you can start using record in order to reduce a big amount of boilerplate code.