No video

Records In Java - Full Tutorial

  Рет қаралды 23,926

Daily Code Buffer

Daily Code Buffer

Күн бұрын

Head to cutt.ly/spring... and use Coupon Code SUPER70 to get 70% off the course.
Records are a new concept added to the Java language as a preview feature in Java 14, and in a full release in Java 16. In this intermediate Java programming tutorial, we will talk all about when you would want to use Java records, and exactly how to do it.
If you're confused by records in Java, you're in the right place!
🎟 Join this channel to get access to perks:
/ @dailycodebuffer
RECOMMENDED COURSES
🎬 Spring Boot + React Full Stack Web Application with Tailwind CSS - • Spring Boot + React Fu...
🎬 Spring Security Full Course | From Registration to Login - • Spring Security Tutori...
🎬 Microservices using SpringBoot | Full Example - • Microservices using Sp...
🎬 Event-Driven Microservices with CQRS Design Pattern - • Implement CQRS Design ...
🎬 Implement SAGA Design Pattern using Spring boot and Axon Framework - • Implement SAGA Design ...
🎬 Spring Data JPA Tutorial | Full In-depth Course - • Spring Data JPA Tutori...
🎬 Deploy Springboot Microservices to Kubernetes Cluster - • Deploy Springboot Micr...
🎬 Automate Microservices deployment with Github Actions - • GitHub Actions Tutoria...
🎬 Go / Golang Full Course for Beginners - • Golang Tutorial for Be...
🎬 Node JS Full Course for Beginners: Learn in 2 Hours - • Node JS Full Course fo...
🎬 Express.js Tutorial - Beginner | 2021 - • Express.js Tutorial - ...
🎬 Redis CLI Tutorial | Complete Course - • Redis CLI Tutorial | C...
BE MY FRIEND:
👨‍💻. Website: www.dailycodebu...
👨‍🏫 Facebook: / dailycodebuffer
🐦 Twitter: / dailycodebuffer
📸 Instagram: / dailycodebuffer
🎮 GitHub: github.com/dai...
MY FAVOURITE GEAR:
👨‍💻 My Macbook Air M1: amzn.to/3eFXlID
💻 ASUS ROG Zephyrus G14, 14": amzn.to/32xsXhf
💻 ASUS ROG Zephyrus G14, 14" (US): amzn.to/3xa6X6m
🎤 My Main Mic: amzn.to/3qDl0z0
🎤 My Main Mic (US): amzn.to/3awzUj7
🎙 My Secondary Mic: amzn.to/3sOZCJW
🖥 My LG Monitor: amzn.to/3zhLY3e
🖱 My Mouse: amzn.to/3eDpRKT
⌨️ My Keyboard: amzn.to/32xthMZ
RECOMMENDED BOOKS:
📙 Mastering Spring Boot 2.0 (Kindle): amzn.to/3HsOiHu
📙 Mastering Spring Boot 2.0 (US): amzn.to/3tHNUy5
📙 Building Microservices(Kindle): amzn.to/3gsA1jL
📙 Building Microservices(US): amzn.to/3dDnfNn
📙 Spring Boot in Action: amzn.to/32Nf3qW
📙 Spring Boot in Action (US): amzn.to/32DkeX9
📙 Spring Microservices in Action: amzn.to/3mQ4sCH
📙 Spring Microservices in Action(US): amzn.to/32G3Hl7
🎻 MUSIC:
🎵 Hear the Noise (Sting): www.youtube.co...
“Sound effects obtained from www.zapsplat.com“
#Record #java17 #softwaredesign #java #DailyCodeBuffer

Пікірлер: 39
@DailyCodeBuffer
@DailyCodeBuffer Жыл бұрын
Head to cutt.ly/spring_micro and use Coupon Code SUPER70 to get 70% off the course.
@shrirangjoshi6568
@shrirangjoshi6568 2 ай бұрын
Really nice explanation!!
@truth-7380
@truth-7380 9 ай бұрын
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.
@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)
@commenter9451
@commenter9451 2 ай бұрын
Learnt new thing again. Thankyou.
@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.
@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 ?
@sadeghi4j
@sadeghi4j 2 ай бұрын
what is the name of the theme you are using for your IDE (and also icon pack)?
@sirojiddingroup
@sirojiddingroup Жыл бұрын
Which one prefer for you lombok or record
@Wariddon
@Wariddon Жыл бұрын
thank you, I don't remember and can't use the commands in the new versions of Java very well. lol
@Atharva_kathiyawadi
@Atharva_kathiyawadi Жыл бұрын
can you cover 10-19 most imp features
@mvs69
@mvs69 Жыл бұрын
Lombok does the same right
@mrwhoknows
@mrwhoknows Жыл бұрын
It's the same as the data class from kotlin 🚀
@IvanRandomDude
@IvanRandomDude Жыл бұрын
no
@ayushpandey7
@ayushpandey7 Жыл бұрын
yup
@asker3042
@asker3042 11 ай бұрын
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
@-Corvo_Attano
@-Corvo_Attano Жыл бұрын
Thanks for your explanation :)
@kishorkumrbendi
@kishorkumrbendi Жыл бұрын
Thank you for sharing..
@cyberssam654
@cyberssam654 Жыл бұрын
Where to learn Java from
@sujitkumar2196
@sujitkumar2196 Жыл бұрын
Great bro Can you please upload a video to upload multiple file in spring boot
@Mohamed-uf5jh
@Mohamed-uf5jh Жыл бұрын
Great ! Thanks
@suryas2845
@suryas2845 Жыл бұрын
Thanks bro 🔥🔥
@rajivjha123
@rajivjha123 Жыл бұрын
The names and email was funny . Kutub ?
@ollySun
@ollySun Жыл бұрын
what about seal class
@gshan994
@gshan994 Жыл бұрын
It's same as dataclasees in python
@pillisasidharreddy8632
@pillisasidharreddy8632 8 ай бұрын
In which java version Records are available
@DailyCodeBuffer
@DailyCodeBuffer 8 ай бұрын
Java 14 onwards
@sanjmgr05
@sanjmgr05 Жыл бұрын
what plugin you used for icons, and which fonts?
@DailyCodeBuffer
@DailyCodeBuffer Жыл бұрын
Xocde dark theme
@saurabhmehra2753
@saurabhmehra2753 Жыл бұрын
lombok does something or is it not so?
@beryalex1798
@beryalex1798 Жыл бұрын
lombock does only to shorten the code
@sadashivudubalabhadra4186
@sadashivudubalabhadra4186 Жыл бұрын
Is it available in Java 8?
@MultiSudd
@MultiSudd Жыл бұрын
Java 17
@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🤣
Generics in Java - Full Tutorial
20:08
Daily Code Buffer
Рет қаралды 27 М.
Little brothers couldn't stay calm when they noticed a bin lorry #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 17 МЛН
👨‍🔧📐
00:43
Kan Andrey
Рет қаралды 9 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 96 МЛН
Я не голоден
01:00
К-Media
Рет қаралды 10 МЛН
Handle 1,000,000 Threads with Java and Spring Boot !!!
21:50
Daily Code Buffer
Рет қаралды 22 М.
10 Spring and Spring Boot Common Mistakes You Need To STOP
15:49
Amigoscode
Рет қаралды 146 М.
Map and HashMap in Java with Internal Working- Interview Question
19:27
Daily Code Buffer
Рет қаралды 29 М.
Deep Dive with Java Records with Jason Young
29:39
SpringDeveloper
Рет қаралды 10 М.
Clean Architecture vs Domain-Driven Design (DDD) - Understand the Difference
11:26
Lambda Expressions in Java 8 - Full Tutorial
26:32
Daily Code Buffer
Рет қаралды 35 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 134 М.
The New Option and Result Types of C#
15:05
Nick Chapsas
Рет қаралды 52 М.
Java Records: What are they?
18:54
Ranjith ramachandran
Рет қаралды 2,4 М.
Little brothers couldn't stay calm when they noticed a bin lorry #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 17 МЛН