Java 14 New Features | #3 - Records in Java 14 | Java 14 Tutorials | Java 14 Examples

preview_player
Показать описание
In this video, I have explained in details about JEP 359 - Records. Records is one of the exciting feature that will change how we code in our projects but this is still in preview. We are not sure of this will be extended to add new functionality or it will kept or not.

Records removes verbosity in Java code and how it does that. You just need to create Record instead of your DTOs or POJOs. In records, you just need to give components, boilerplate code is automatically handled by the compiler, i.e. Java Compiler automatically creates equals(), hashCode(), toString(), public accessor method.

I have covered other features of Java 14 also, do check my channel.-

#Java #Java14, #JavaTutorials #LearnJava
Рекомендации по теме
Комментарии
Автор

Good simple pres on Record object manipulation.
Also like (and liked!) your videos on switch statement and text blocks.

benzflynn