Consumer Interface in Java 8

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 151

  • @kambalavijay6800
    @kambalavijay6800 4 года назад +4

    Can't appreciate you enough Navin. This is the kind of explanation all learners out there looking for.

  • @mohammadhussain5048
    @mohammadhussain5048 7 лет назад +52

    Hats Off for This Excellent Explanation..!! Loved the Way you Expressed this Monstrous Concept...!!

  • @kintarios
    @kintarios 4 года назад +1

    Dude thank you so much! You are a natural teacher, it is literally in your blood! You helped me understand this stuff in less than 10 minutes while a friend of mine couldn't teach me this properly in 3 hours.

  • @aafreenrah5135
    @aafreenrah5135 7 лет назад

    Em a Java Lover. But forcefully working in some other technologies. Long days after coding in JAVA.. Thank you very much for your every wonderful videos.. Hats Off.. Enjoying my learning!!

  • @karthick2237
    @karthick2237 5 лет назад +8

    If I don't appreciate this that's a sin.
    Great job.

  • @SandeepKumarPalliKuniyil
    @SandeepKumarPalliKuniyil 6 лет назад +37

    A kiss on your bald head for great explanation.... you are superman!!

  • @sanjaydhande6573
    @sanjaydhande6573 5 лет назад +6

    The Best explanation of the concept. Like the way you have explained it. Great!!

  • @123deepakkakkar
    @123deepakkakkar 3 года назад

    Perfect way to explain this, i googles many sites and got confused. Great explanation. I am now clear :)

  • @prithikas2297
    @prithikas2297 4 года назад +1

    You are awesome. I've cleared many interviews coz of u. Love the way of explanations. Thanks a lot.

  • @nischay394
    @nischay394 4 года назад +2

    One of the best explanation for lambda expression!!

  • @ravindersudhini9463
    @ravindersudhini9463 7 месяцев назад

    The presentation of this video is out of the world, you are superb!

  • @PrageethKumara
    @PrageethKumara 7 лет назад +3

    One of the best explanations out there.!! Kudos..!!

  • @SonalGupta25
    @SonalGupta25 6 лет назад +1

    One of the best explanations out there.!! Kudos..!! Amazing Explanations out here!!! you make the difficult thing to be easier as well....Hats Off!!!!!!

  • @thayshiva
    @thayshiva 8 лет назад

    Fantastic. Keep up the good work. What I liked most is transformation from boiler plate code to single line and the way you explained about how it works in behind the scenes simply awesome. Cheers

  • @abhijeetgupta3461
    @abhijeetgupta3461 Год назад

    One of the best explanation. Students need more of your kind. ❤❤❤

  • @amitrathod1134
    @amitrathod1134 Год назад

    Absolute Genius - Great Detailed Explanation.

  • @vijakrajpoot
    @vijakrajpoot 4 года назад +1

    I would love to like it multiple times. Great job Naveen!!!

  • @JimmiJohnJunnior
    @JimmiJohnJunnior 6 лет назад +1

    Very good explanation, I knew you could do lamdas like that but I didn't know why/how and you explained it very thoroughly.

  • @jalajgambhir.1
    @jalajgambhir.1 2 года назад

    Beautiful, how everything came together at the end and made sense.

  • @parikshitmadahar2329
    @parikshitmadahar2329 4 года назад +3

    class Tulesko{
    List Appreciation =Arrays.asList("Love","Gratitude", "HatsOff");
    Appreciation.forEach(g -> System.out.println(g));
    }

  • @meenakshisundaram3231
    @meenakshisundaram3231 5 лет назад

    No words to appreciate, Navin

  • @griwanshrestha9414
    @griwanshrestha9414 3 года назад

    Thank you so much. The explanation is sooo good. I was struggling with lambda expression for quite sometime. But this video is a treasure.

  • @esmailpaltasingh9691
    @esmailpaltasingh9691 3 года назад

    Wonderful explanation sir. thank you so much. I was unable to understand it. but now my all doubt clear. love you.

  • @nikitakumbhani3874
    @nikitakumbhani3874 4 года назад

    a very simple explanation as well straightforward.....good job...

  • @pranitachikorde603
    @pranitachikorde603 4 года назад

    Thank you so much. You always explain in a way anyone can never forget the concept

  • @saiprasadthakur567
    @saiprasadthakur567 3 года назад +1

    Really well explained sir... Wont forgot this again.

  • @niralishah8021
    @niralishah8021 4 месяца назад

    I always love the way you explain things.

  • @sasanpormah52
    @sasanpormah52 4 года назад

    Best explanation ever. Made it so simple to understand. Ty

  • @MudassirZulfiqar
    @MudassirZulfiqar 7 лет назад

    so far the best explanation I found over the internet :D

  • @MehrshadValizadehArjmand
    @MehrshadValizadehArjmand 8 месяцев назад

    I didn't understand well, but it was very interesting to see that it's possible to create a class using "new" keyword and multiple ways to define a consumer.

  • @srikanthpattad1618
    @srikanthpattad1618 3 года назад

    List values = Arrays.asList(4,5,6,7,8);
    values.forEach(System.out::println);
    This is the most simpliyfied form

  • @princeagrawal
    @princeagrawal 4 года назад

    Man man man, it wasExcellent explanation, hats off..

  • @amitgla22
    @amitgla22 8 лет назад +5

    Super cool explanation buddy!
    Great...keep going, bring more videos on Stream API

  • @SahanasAllinOneChannel
    @SahanasAllinOneChannel 4 года назад

    Excellent no words

  • @JAYDIP330
    @JAYDIP330 6 лет назад

    A good way to give an understanding of lambda functionality

  • @OumSaokosal
    @OumSaokosal 6 лет назад +1

    very best explanation.

  • @gurudattapraharaj5508
    @gurudattapraharaj5508 2 года назад

    further optimized into
    List numbers = new LinkedList(Arrays.asList(1, 2, 3, 4, 5, 6, 7, 8, 9, 10));
    Consumer consumer = System.out::println;

  • @asishkumarmahapatra6245
    @asishkumarmahapatra6245 7 лет назад

    simple explanation for a greater idea....thank you so much

  • @rishabhdeedwaniya462
    @rishabhdeedwaniya462 5 лет назад

    Great explanation sir! This cleared all my doubts. Thank you very much

  • @purnimarani2883
    @purnimarani2883 6 лет назад

    awesome explanation! Finally everything got cleared about this concept.

  • @amarelandobr5957
    @amarelandobr5957 4 года назад

    Best explanation ever!

  • @shantanubopardikar7719
    @shantanubopardikar7719 3 года назад +2

    or further you can also substitute "i->System.out.println(i)" with "System.out::println"

  • @lalithasagi8188
    @lalithasagi8188 4 года назад

    Super Crystal clear 👍👍👍

  • @atifworld
    @atifworld Год назад

    Great explanation, Thank you so much SIR

  • @santhoshreddypulichinthala4167
    @santhoshreddypulichinthala4167 7 лет назад

    Very good explanation.Keep up the good work.Never give up.Keep rocking.

  • @yashsaxena7139
    @yashsaxena7139 4 года назад

    Very well explained Sir Thank you

  • @sathishraj1
    @sathishraj1 7 лет назад

    Best tutorial ever seen

  • @rajivraghu9857
    @rajivraghu9857 7 лет назад

    Superb!! very well explained Navin!!

  • @Iam_Goutam
    @Iam_Goutam 4 года назад

    Really , Love the way u explained

  • @pankajpkm235
    @pankajpkm235 4 года назад

    Understood at once👏👏

  • @yusufavc8360
    @yusufavc8360 5 лет назад

    Thank you very much.
    Very clear explanation.

  • @AshishTripathiworld
    @AshishTripathiworld 6 лет назад

    Awesome... Very Simple explanation

  • @GoutamSikder
    @GoutamSikder 5 лет назад

    Very Nice and Well Explained.

  • @chandrashekhardeshmukh6666
    @chandrashekhardeshmukh6666 8 лет назад

    very well explained . Thanks of lot . Keep up awesome posting

  • @ANANTHRAM001
    @ANANTHRAM001 3 года назад

    Perfect pwoli sanm

  • @prabhuprasaddevanaboina3889
    @prabhuprasaddevanaboina3889 4 года назад

    Super, Nice explanation.

  • @carpediem9407
    @carpediem9407 4 года назад

    god level explanation

  • @jitrulz1
    @jitrulz1 4 года назад

    WoW .. best explaination

  • @KendallVance
    @KendallVance 3 года назад

    code samadhi - amazing!

  • @abdurrehman6203
    @abdurrehman6203 4 года назад

    great explanation sir

  • @niharikamiryalavk
    @niharikamiryalavk 3 года назад

    Amazing zing zing!!

  • @akhileshr1062
    @akhileshr1062 Год назад

    Loved it Naveen

  • @TheFlyguy31
    @TheFlyguy31 8 лет назад

    Amazing as always

  • @giladbaruchian7522
    @giladbaruchian7522 8 лет назад

    great video, very well explained, thank you.

  • @automationneemo
    @automationneemo 4 года назад

    What a explanation!

  • @vhariprakash1
    @vhariprakash1 6 лет назад

    Good method of explaining

  • @vijayr6540
    @vijayr6540 5 лет назад

    excellent sir , nice one .thankyou

  • @seethalakshmiadiga2477
    @seethalakshmiadiga2477 Год назад

    Nice explanation ..

  • @prasadkottapalli5727
    @prasadkottapalli5727 4 года назад

    super explain for lamda expression.

  • @rajivmca
    @rajivmca 7 лет назад

    Nicely explained!

  • @ravisingh4156
    @ravisingh4156 7 лет назад

    excellent explanation!!

  • @jawharmbarek8096
    @jawharmbarek8096 5 лет назад

    Awesome , very helpful

  • @mohitladia
    @mohitladia 3 года назад

    Nice Explanation

  • @chiwalei278
    @chiwalei278 6 лет назад

    Thank you for you sharing..
    I love java...

  • @sunnyjain630
    @sunnyjain630 2 года назад +1

    Thanks 😊

  • @debaratabasu394
    @debaratabasu394 8 лет назад +5

    i have this doubt: Wont it be incredibly difficult to maintain/understand this code in a large code base?
    debugging will be a nightmare !

  • @TheMoOo98
    @TheMoOo98 5 лет назад

    Thanks for your good explaination :D

  • @krishnapurna
    @krishnapurna 8 лет назад

    Well Explained!

  • @JavaAll754
    @JavaAll754 4 года назад

    Thank u navin!!

  • @samirmustafa5850
    @samirmustafa5850 3 года назад

    Excellent!!!

  • @buraxta_
    @buraxta_ 2 года назад

    That was awesome thanks a lot!

  • @anbarasannagalingam2131
    @anbarasannagalingam2131 8 лет назад

    Well explained..

  • @sathishkumarr7106
    @sathishkumarr7106 4 года назад

    Wow wonderful

  • @ainul8069
    @ainul8069 6 лет назад

    very very very nice sir

  • @OmarMohammed-gs4cc
    @OmarMohammed-gs4cc 2 года назад

    Really thank you

  • @pradeepmondalp9426
    @pradeepmondalp9426 5 лет назад

    Awesome sir

  • @davyzeng
    @davyzeng 6 лет назад

    i can say nothing but superb

  • @krishnamoorthynatarajan6903
    @krishnamoorthynatarajan6903 6 лет назад

    fantabulous !

  • @ameerm7894
    @ameerm7894 4 года назад

    Good one

  • @karthickkarunamoorthy6592
    @karthickkarunamoorthy6592 Год назад

    Great!👏

  • @markwagner4273
    @markwagner4273 4 года назад +1

    So if you can use a lambda function on List of type Integer, then what is the purpose of a consumer?

  • @Dodagoudapatil
    @Dodagoudapatil 5 лет назад

    superb

  • @ashu7pathak
    @ashu7pathak 4 года назад

    Thanks a ton!

  • @isanbothra5258
    @isanbothra5258 2 года назад

    @Telusko : If we are removing the part "ConsumerInterface c " from for each then how for each going to know that the parameter is of type Integer?

  • @kranthikumar4028
    @kranthikumar4028 2 года назад

    wonderful

  • @Imgovind_kumar
    @Imgovind_kumar 6 лет назад

    Very nice

  • @BudgiePanic
    @BudgiePanic 2 года назад

    Nice video :)

  • @viplavkallam
    @viplavkallam 8 лет назад

    Very nice 5/5

  • @manasranjan452
    @manasranjan452 8 лет назад

    great..thanks

  • @muthud6449
    @muthud6449 7 лет назад

    Fantastic