Head to cutt.ly/spring_micro and use Coupon Code SUPER70 to get 70% off the course.
@truth-7380 Жыл бұрын
Correction: Final Variables does not imply that the object is immutable. If the variable is of complex type like Address then returning the address property will allow the caller to change the property. If all Properties in the record are themselves records, then your implication is correct.
@sirojiddingroup Жыл бұрын
Which one prefer for you lombok or record
@mvs69 Жыл бұрын
Lombok does the same right
@aravindk8243 Жыл бұрын
nice to know a 'Record'. I am sure we can use in multiple scenarios. If we want to populate a select field or grid with sorting ( inside a collection)
@sadeghi4j7 ай бұрын
what is the name of the theme you are using for your IDE (and also icon pack)?
@shrirangjoshi65686 ай бұрын
Really nice explanation!!
@Atharva_kathiyawadi Жыл бұрын
can you cover 10-19 most imp features
@asker3042 Жыл бұрын
Can we use Spring Validation API "Annotations" like @NotNull together with Records?
@ratikantapradhan1537 Жыл бұрын
Helpful. Thanks. What is the advantages of record over Lombok library ? I use record and I enjoy using it. Have to use @Builder Lombok annotation to get build pattern object creation. Is there any way to achieve this without @Builder annotation? Some of my Colleagues saying they prefer Pojo class with Lombok.
@shuvampargal4754 Жыл бұрын
They both serve the same purpose to reduce the boiler plate code. simple difference is Lombok requires an external library, while records are built-in to the Java language
@pillisasidharreddy8632 Жыл бұрын
In which java version Records are available
@DailyCodeBuffer Жыл бұрын
Java 14 onwards
@cyberssam654 Жыл бұрын
Where to learn Java from
@subhamraoniar2823 Жыл бұрын
Nice video 👍. Can you please create a full length video on Keycloak with Open id and spring boot role based authentication with rest apis ?
@karishmarawat1359 Жыл бұрын
Thanks for Sharing. Please upload more such videos with latest features in java to increase productivity. Also, could you please create separate playlist for daily coding in java covering all dsa and algo.
@sanjmgr05 Жыл бұрын
what plugin you used for icons, and which fonts?
@DailyCodeBuffer Жыл бұрын
Xocde dark theme
@mrwhoknows Жыл бұрын
It's the same as the data class from kotlin 🚀
@IvanRandomDude Жыл бұрын
no
@ayushpandey7 Жыл бұрын
yup
@ollySun Жыл бұрын
what about seal class
@Wariddon Жыл бұрын
thank you, I don't remember and can't use the commands in the new versions of Java very well. lol
@sadashivudubalabhadra4186 Жыл бұрын
Is it available in Java 8?
@MultiSudd Жыл бұрын
Java 17
@-Corvo_Attano Жыл бұрын
Thanks for your explanation :)
@sujitkumar2196 Жыл бұрын
Great bro Can you please upload a video to upload multiple file in spring boot
@kishorkumrbendi Жыл бұрын
Thank you for sharing..
@suryas2845 Жыл бұрын
Thanks bro 🔥🔥
@saurabhmehra2753 Жыл бұрын
lombok does something or is it not so?
@beryalex1798 Жыл бұрын
lombock does only to shorten the code
@rajivjha123 Жыл бұрын
The names and email was funny . Kutub ?
@Mohamed-uf5jh Жыл бұрын
Great ! Thanks
@gshan994 Жыл бұрын
It's same as dataclasees in python
@SourinMukherjeeSM Жыл бұрын
It’s nothing but coping from kotlin.. we already have all these in kotlin