Java 8 Method and Constructor References: Simplifying Code and Boosting Efficiency - Explained!

  Рет қаралды 17,944

Engineering Digest

Engineering Digest

Күн бұрын

Пікірлер: 38
@fazlurrehmanejazahmad6068
@fazlurrehmanejazahmad6068 Жыл бұрын
video samapt ho gai he !!... hats off sir !!
@EngineeringDigest
@EngineeringDigest 11 ай бұрын
Thanks a lot. I have a favour to ask. Can you share this playlist on LinkedIn. It would be huge help 🤝
@rohithguptha
@rohithguptha Жыл бұрын
I binge watched this whole playlist, thank you for teaching, it was very informative and precise.
@EngineeringDigest
@EngineeringDigest Жыл бұрын
You're very welcome!
@shubhrarawat311
@shubhrarawat311 2 ай бұрын
This is a great video for clear and concise understanding of method referencing! Great content.
@mnaresh5025
@mnaresh5025 8 ай бұрын
Sir super u r fabulous , fantastic, unbelievable teaching
@vinayakmishra2365
@vinayakmishra2365 2 ай бұрын
Ek Trfa 😎!! The man behind Tollywood voiceovers - truly a legend!
@divijbalota4790
@divijbalota4790 5 ай бұрын
thanks bhai, for speaking in hindi specially😃
@NjoyTheLife
@NjoyTheLife 3 ай бұрын
Awesome thanks to youtube algorithm for prompting this channel, super explanation bhai keep rocking
@EngineeringDigest
@EngineeringDigest 3 ай бұрын
Thank you so much 😀
@rahulgupta373
@rahulgupta373 4 ай бұрын
Awesome explanation
@stockwonders
@stockwonders 3 ай бұрын
Very Nicely Explained
@vishalit2881
@vishalit2881 6 ай бұрын
bro sir mate u cleared my doubt clearly and nicely appreciate
@YashSingh-xs5yj
@YashSingh-xs5yj 2 ай бұрын
Great tutorial
@aabajirakate3586
@aabajirakate3586 Жыл бұрын
thanks so much sir, so great playlist sir,
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks! 😊 you can join our discord or Insta @thevipulvats.
@Eck_Gaming
@Eck_Gaming 10 ай бұрын
The best ❤
@greymatters22
@greymatters22 5 ай бұрын
"Kuch bi samjh me nahi aaya he " , :D lol , so relatable
@arifcharan
@arifcharan 29 күн бұрын
How to pass the values for parameterized constructor make one videos on parameterized parameters like insta,static method and constructor
@riteshghule_patil7807
@riteshghule_patil7807 Жыл бұрын
how can we use constructor refence if constructor takes more than one parameter ... and is it possible ? Well thanks for great video
@milankushwah8580
@milankushwah8580 6 ай бұрын
You can do it like this: public class Main { public static void main(String[] args) { // Define a functional interface with two parameters (name and age) BiFunction personFactory = Person::new; // Use the constructor reference to create a new Person instance Person person = personFactory.apply("John", 30); System.out.println("Name: " + person.name); System.out.println("Age: " + person.age); } }
@monika498400
@monika498400 3 ай бұрын
bro, when I Started watching your video, I was bit annoyed by your speed of speech... but abb habit padd gai sunne ki... and abb sirf hasi ati rehti hai... on ur sense of humor between teaching... and haa kuch bhi samajh nahi aya obviously...
@motivational_tune5619
@motivational_tune5619 10 ай бұрын
Java 9 , 11 , 17 features per banao
@EngineeringDigest
@EngineeringDigest 10 ай бұрын
1922 videos coming tomorrow
@dhananjaygavnang6403
@dhananjaygavnang6403 Ай бұрын
@@EngineeringDigest I am not able to see any video on Java 9, 11, 17 feature on our channel. please help!!
@savantdhindsa7910
@savantdhindsa7910 Жыл бұрын
mundeya tera attitude kaim aa ...
@Gajendra-p3k
@Gajendra-p3k 14 күн бұрын
❤❤❤💖
@ncertmathclasses8236
@ncertmathclasses8236 Жыл бұрын
Stream api and date api
@EngineeringDigest
@EngineeringDigest Жыл бұрын
sure
@ncertmathclasses8236
@ncertmathclasses8236 Жыл бұрын
And microservice design patterns 👏
@sunilbandaru
@sunilbandaru 8 ай бұрын
koi rocket science nhi hi!
@AsifKhan-cb3hj
@AsifKhan-cb3hj 4 ай бұрын
Ex ganna/gaana
@EngineeringDigest
@EngineeringDigest 4 ай бұрын
lol
@EngineeringDigest
@EngineeringDigest 4 ай бұрын
u r the 3rd one to notice i guess after me and my editor
@anilnayak5642
@anilnayak5642 5 ай бұрын
copy pasted. khali phokat ka attitude. is se better explanation youtube me upload hua hai.
@EngineeringDigest
@EngineeringDigest 5 ай бұрын
Haha
@Gajendra-p3k
@Gajendra-p3k 14 күн бұрын
To bhai tu ye kyu dekh reha hai 😀😀😀
@anilnayak5642
@anilnayak5642 11 күн бұрын
@@Gajendra-p3k bhai agar dekha hota toh aur time barbad nahi karta comment likh ke. Bhai ka attitude dekh k flat ho gaya me
Java 8 Streams Ultimate Tutorial: All You Need to Know in One Video
30:04
Engineering Digest
Рет қаралды 35 М.
Master Optional in Java 8: Complete Guide for Beginners
15:30
Engineering Digest
Рет қаралды 14 М.
I tricked MrBeast into giving me his channel
00:58
Jesser
Рет қаралды 28 МЛН
黑的奸计得逞 #古风
00:24
Black and white double fury
Рет қаралды 30 МЛН
Миллионер | 2 - серия
16:04
Million Show
Рет қаралды 1,9 МЛН
Lambda Expressions in Java - Full Simple Tutorial
13:05
Coding with John
Рет қаралды 762 М.
How to use Method References - Java 8 Tutorial
10:17
Aneesh Mistry
Рет қаралды 10 М.
Method Reference In Java 8 - How it really works ?
1:20:27
Selenium Express
Рет қаралды 7 М.
Difference between lambda expression and anonymous inner class
11:52
Engineering Digest
Рет қаралды 15 М.
Functional Interface | Lambda Expression in Java
13:56
Telusko
Рет қаралды 156 М.
Checked vs. Unchecked Exceptions in Java Tutorial - What's The Difference?
10:14
Java 8 New Features  || Method() and Constructor Reference || by Durga Sir
53:29
Durga Software Solutions
Рет қаралды 124 М.
Method Reference in Java 8
21:06
Telusko
Рет қаралды 186 М.
Mastering Java 8 Predicates: AND, OR, and isEqual Explained with Examples
17:07
I tricked MrBeast into giving me his channel
00:58
Jesser
Рет қаралды 28 МЛН