Java Streams | Map & Collect Example | Tech Primers

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024
  • This video covers the map and collect functions in Java Streams API
    GitHub Code: github.com/Tec...
    Slack Community: techprimers.sl...
    Twitter: / techprimers
    Facebook: TechPrimers
    GitHub: github.com/Tec... or techprimers.gi...
    Video Editing: iMovie
    Intro Music: A Way for me (www.hooksounds.com)

ความคิดเห็น • 22

  • @maheshd3506
    @maheshd3506 ปีที่แล้ว +1

    Your explanation is very simple and easy

  • @linajuliethquinones3377
    @linajuliethquinones3377 5 หลายเดือนก่อน

    Thank you so much! your explanations are super simple and I love the step-by-step.

  • @raveendrareddy8900
    @raveendrareddy8900 5 ปีที่แล้ว +2

    nicely explained and bro make a video on lombok with intelij without compailations, it helps alot people like me , thank you in advance

  • @xavier71326
    @xavier71326 4 ปีที่แล้ว +2

    Thank u so much. I learned a lot things

  • @kefetDtcom
    @kefetDtcom 5 ปีที่แล้ว +3

    Excellent explanation. Thank you!

  • @bartekolczak7901
    @bartekolczak7901 5 ปีที่แล้ว +2

    fast and simple advice thx!

  • @Shiva-zy7jq
    @Shiva-zy7jq 3 ปีที่แล้ว

    Thank you so much for making videos. Please make more videos

  • @Cruz0e
    @Cruz0e 2 ปีที่แล้ว

    A playlist would be nice xD (I found it, but it would be nice if you add link in each video in description)

  • @adityajagtap4349
    @adityajagtap4349 4 ปีที่แล้ว +2

    why User class should be static ? No explanation given . If I make it non static I can't use new , however still can user method reference for it to work.

    • @wasimali4617
      @wasimali4617 2 ปีที่แล้ว

      Because if you want to access the data of the User class then either you can use Static method or you can simply create object for the class then only you can get the data.

  • @dulajudayanga4050
    @dulajudayanga4050 5 ปีที่แล้ว +1

    Keep it up , Bro well done

  • @ankitagarwal969
    @ankitagarwal969 6 ปีที่แล้ว +1

    nicely explained

  • @anuj-gupta
    @anuj-gupta 2 ปีที่แล้ว

    How can i pass 2 parameters in Constructor reference

  • @syedwaseemahmed1749
    @syedwaseemahmed1749 5 ปีที่แล้ว +2

    Map is used to convert one object to other object right???

  • @nehajain216
    @nehajain216 6 ปีที่แล้ว +1

    Very well explained. Thank you.

  • @chandanjena5214
    @chandanjena5214 5 ปีที่แล้ว +1

    very nice tutorial but without writing the code if you can just do copy paste kind of thing then it will be very short video to learn.

  • @Avnishshri
    @Avnishshri 4 ปีที่แล้ว

    any videos on @AfterMapping

  • @JoshMolina
    @JoshMolina 5 ปีที่แล้ว +1

    Nicely done! Thank you.

  • @vndprasadgrandhi4344
    @vndprasadgrandhi4344 10 หลายเดือนก่อน

    Not clear.. sorry

  • @Cruz0e
    @Cruz0e 2 ปีที่แล้ว

    you say 42 then type 30 :)

  • @marcinwajs4508
    @marcinwajs4508 2 ปีที่แล้ว

    useless - why don't you showed examples for list of Objects? It is easy for List of Strings....