Head to cutt.ly/spring_micro and use Coupon Code SUPER70 to get 70% off the course.
@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)
@sirojiddingroup Жыл бұрын
Which one prefer for you lombok or record
@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.
@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.
@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 ?
@commenter94516 ай бұрын
Learnt new thing again. Thankyou.
@Atharva_kathiyawadi Жыл бұрын
can you cover 10-19 most imp features
@sadeghi4j6 ай бұрын
what is the name of the theme you are using for your IDE (and also icon pack)?
@Wariddon Жыл бұрын
thank you, I don't remember and can't use the commands in the new versions of Java very well. lol
@shrirangjoshi65685 ай бұрын
Really nice explanation!!
@mvs69 Жыл бұрын
Lombok does the same right
@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
@sujitkumar2196 Жыл бұрын
Great bro Can you please upload a video to upload multiple file in spring boot
@cyberssam654 Жыл бұрын
Where to learn Java from
@asker3042 Жыл бұрын
Can we use Spring Validation API "Annotations" like @NotNull together with Records?
@mrwhoknows Жыл бұрын
It's the same as the data class from kotlin 🚀
@IvanRandomDude Жыл бұрын
no
@ayushpandey7 Жыл бұрын
yup
@-Corvo_Attano Жыл бұрын
Thanks for your explanation :)
@kishorkumrbendi Жыл бұрын
Thank you for sharing..
@suryas2845 Жыл бұрын
Thanks bro 🔥🔥
@sanjmgr05 Жыл бұрын
what plugin you used for icons, and which fonts?
@DailyCodeBuffer Жыл бұрын
Xocde dark theme
@rajivjha123 Жыл бұрын
The names and email was funny . Kutub ?
@Mohamed-uf5jh Жыл бұрын
Great ! Thanks
@ollySun Жыл бұрын
what about seal class
@pillisasidharreddy8632 Жыл бұрын
In which java version Records are available
@DailyCodeBuffer Жыл бұрын
Java 14 onwards
@gshan994 Жыл бұрын
It's same as dataclasees in python
@sadashivudubalabhadra4186 Жыл бұрын
Is it available in Java 8?
@MultiSudd Жыл бұрын
Java 17
@saurabhmehra2753 Жыл бұрын
lombok does something or is it not so?
@beryalex1798 Жыл бұрын
lombock does only to shorten the code
@SourinMukherjeeSM Жыл бұрын
It’s nothing but coping from kotlin.. we already have all these in kotlin