Record In Java With Examples Core Java java Java 17 Record In Java by devs5003 - April 28, 2023May 2, 20230 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 greatest feature that was first introduced in Java 14 as a preview feature, and finalized in Java 17. 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.