Records In Java - Full Tutorial

  Рет қаралды 25,178

Daily Code Buffer

Daily Code Buffer

Күн бұрын

Пікірлер: 38
@DailyCodeBuffer
@DailyCodeBuffer Жыл бұрын
Head to cutt.ly/spring_micro and use Coupon Code SUPER70 to get 70% off the course.
@truth-7380
@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
@sirojiddingroup Жыл бұрын
Which one prefer for you lombok or record
@mvs69
@mvs69 Жыл бұрын
Lombok does the same right
@aravindk8243
@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)
@sadeghi4j
@sadeghi4j 7 ай бұрын
what is the name of the theme you are using for your IDE (and also icon pack)?
@shrirangjoshi6568
@shrirangjoshi6568 6 ай бұрын
Really nice explanation!!
@Atharva_kathiyawadi
@Atharva_kathiyawadi Жыл бұрын
can you cover 10-19 most imp features
@asker3042
@asker3042 Жыл бұрын
Can we use Spring Validation API "Annotations" like @NotNull together with Records?
@ratikantapradhan1537
@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
@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
@pillisasidharreddy8632 Жыл бұрын
In which java version Records are available
@DailyCodeBuffer
@DailyCodeBuffer Жыл бұрын
Java 14 onwards
@cyberssam654
@cyberssam654 Жыл бұрын
Where to learn Java from
@subhamraoniar2823
@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
@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
@sanjmgr05 Жыл бұрын
what plugin you used for icons, and which fonts?
@DailyCodeBuffer
@DailyCodeBuffer Жыл бұрын
Xocde dark theme
@mrwhoknows
@mrwhoknows Жыл бұрын
It's the same as the data class from kotlin 🚀
@IvanRandomDude
@IvanRandomDude Жыл бұрын
no
@ayushpandey7
@ayushpandey7 Жыл бұрын
yup
@ollySun
@ollySun Жыл бұрын
what about seal class
@Wariddon
@Wariddon Жыл бұрын
thank you, I don't remember and can't use the commands in the new versions of Java very well. lol
@sadashivudubalabhadra4186
@sadashivudubalabhadra4186 Жыл бұрын
Is it available in Java 8?
@MultiSudd
@MultiSudd Жыл бұрын
Java 17
@-Corvo_Attano
@-Corvo_Attano Жыл бұрын
Thanks for your explanation :)
@sujitkumar2196
@sujitkumar2196 Жыл бұрын
Great bro Can you please upload a video to upload multiple file in spring boot
@kishorkumrbendi
@kishorkumrbendi Жыл бұрын
Thank you for sharing..
@suryas2845
@suryas2845 Жыл бұрын
Thanks bro 🔥🔥
@saurabhmehra2753
@saurabhmehra2753 Жыл бұрын
lombok does something or is it not so?
@beryalex1798
@beryalex1798 Жыл бұрын
lombock does only to shorten the code
@rajivjha123
@rajivjha123 Жыл бұрын
The names and email was funny . Kutub ?
@Mohamed-uf5jh
@Mohamed-uf5jh Жыл бұрын
Great ! Thanks
@gshan994
@gshan994 Жыл бұрын
It's same as dataclasees in python
@SourinMukherjeeSM
@SourinMukherjeeSM Жыл бұрын
It’s nothing but coping from kotlin.. we already have all these in kotlin
@entertainmentislife96
@entertainmentislife96 Жыл бұрын
Bro please can you check your Twitter DM
@shaikh.quadeer
@shaikh.quadeer Жыл бұрын
kabhi git ku bhi yad kar liya karo🤣
Implement OpenAI Functions to make your AI App SMARTER!
35:38
Daily Code Buffer
Рет қаралды 1,7 М.
MongoDB with Spring Boot Crash Course - Full Tutorial
1:17:23
Daily Code Buffer
Рет қаралды 70 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Map and HashMap in Java with Internal Working- Interview Question
19:27
Daily Code Buffer
Рет қаралды 30 М.
Generics in Java - Full Tutorial
20:08
Daily Code Buffer
Рет қаралды 29 М.
Deep Dive with Java Records with Jason Young
29:39
SpringDeveloper
Рет қаралды 10 М.
8 Design Patterns EVERY Developer Should Know
9:47
NeetCode
Рет қаралды 1,1 МЛН
Microservices using SpringBoot 3.0 | Full Example [NEW]
1:25:38
Daily Code Buffer
Рет қаралды 203 М.
Let’s Set the Records Straight
53:06
IntelliJ IDEA, a JetBrains IDE
Рет қаралды 8 М.
Real 10x Programmers Are SLOW To Write Code
14:51
Thriving Technologist
Рет қаралды 68 М.
Lambda Expressions in Java 8 - Full Tutorial
26:32
Daily Code Buffer
Рет қаралды 36 М.