Parallel Streams intro || Stream processing Interview Questions and Answers Java 8 | Code Decode

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ส.ค. 2024
  • Parallel Streams intro || Stream processing Interview Questions and Answers Java 8
    Udemy Course of Code Decode on Microservice k8s AWS CICD link:
    openinapp.co/u...
    Course Description Video :
    yt.openinapp.c...
    Java 8 Interview Questions Complete Playlist :
    • Java 8 Interview Quest...
    Udemy Course of Code Decode on Microservice k8s AWS CICD link:
    openinapp.co/u...
    Course Description Video :
    yt.openinapp.c...
    ___________________________________________________________________________
    CodeGym -
    ___________________________________________________________________________
    Discount Code : CODEDECODE
    Contact the support team to use the discount code for a 30 % discount on monthly subscriptions
    Email id: support@codegym.cc
    How to access CodeGym :
    codegym.cc/?ut...
    ___________________________________________________________________________
    Stream Processing -
    ___________________________________________________________________________
    Collect -
    If we want to collect elements of stream after filtering or mapping and add them to the required collection then use collect method.
    Count -
    If we want to count how many elements are there in collection that satisfy given condition then use collect method.
    sorted -
    If we want to sort elements inside a stream use this sorted() method.
    We can sort based on default natural sorting order
    If we want to sort using customized sorting order then use comparator.
    Comparator
    If we want to sort using customized sorting order then use comparator.
    Min Max-
    Min(Comparator) will return the minimum value based on the defined comparator
    Max(Comparator) will return the maximum value based on the defined comparator
    Foreach
    forEach() is a method .
    All methods that we saw till now returned something, like min max value, sorted collection, etc
    This method does not return anything.
    Rather This method takes lambda expression as argument and apply that lambda expression to each element present in that stream.
    toArray-
    of() -
    Stream concept is not applicable just for the collections it’s also applicable for “ANY GROUP OF VALUE”.
    Even for arrays you can use stream.
    Stream . Of() this method can take any group of values and convert them to stream so that multiple stream operations can be applied to it.
    Parallel Stream
    Java Parallel Streams came into picture after java 1.8.
    Its meant to utilize multiple cores of processor.
    Till Now our java code has 1 stream of processing where it executes sequentially.
    But when you use parallel streams, we divide code into multiple streams that executes parallely , on separate cores and final result is the outcome of individual cores outcomes combined.
    Sequential VS Parallel Streams.
    -------------------------------------------------------------------------------------------------------------------------------------
    Code Decode Playlists
    Most Asked Core Java Interview Questions and Answers : • Core Java frequently a...
    Advance Java Interview Questions and Answers : • Advance Java Interview...
    Java 8 Interview Questions and Answers : • Java 8 Interview Quest...
    Hibernate Interview Questions and Answers : • Hibernate Interview Qu...
    Spring Boot Interview Questions and Answers : • Advance Java Interview...
    Angular Playlist : • Angular Course Introdu...
    GIT : • GIT
    -------------------------------------------------------------------------------------------------------------------------------------
    Subscriber and Follow Code Decode
    Subscriber Code Decode : www.youtube.co...
    Linkedin : / codedecodeyoutube
    Instagram : / codedecode25
    --------------------------------------------------------------------------------------------------------------------------------------
    #java8 #parallelStreamJava8 #Java8InterviewQuestion

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

  • @abhishekrao3644
    @abhishekrao3644 3 ปีที่แล้ว +46

    To understand all these advanced concepts, anyone has to go thru tons of materials which involves a lot of effort and time. Thanks a ton for putting all your effort on TH-cam. The way you explain things is brilliant and the quality is top-notch. Appreciate it! :)

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

      Thanks for taking your time out and writing back to us Abhishek 👍👍. Much appreciated 👍👍

    • @kajalsaini2283
      @kajalsaini2283 ปีที่แล้ว

      Really true ...the quality of presentation is to the top.

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

    I was total naïve in this topic and voila I have come to right video to learn Streams and crack the video interview . Thankyou for the informative video which made learning process smooth and enjoyable.

    • @CodeDecode
      @CodeDecode  ปีที่แล้ว

      Many congratulations Nishi 👏👏👏👏👏well deserved Girl. Keep learning keep shining Nishi⭐✨⭐✨. Proud of you❤

  • @mayilesh1483
    @mayilesh1483 3 ปีที่แล้ว +7

    Searching for parallel stream in code decode for more than 5 min and found that it is not uploaded yet 😅 that much addicted. Please post parallel stream i eagerly waiting

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว +4

      😅sorry for inconvenience Mayilesh, will post it soon. It's just that we are stuck with spring boot from Scratch playlist. Once done will quickly move to this topic 👍

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

      @@CodeDecode Ma'am, is the video for parallel stream uploaded?

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

    I have watched too many videos on streams, but this one is the best explanation.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks Pokala....

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

    Anyone can explain code this much easier from scarch i believe its you. I started watching your videos daily even its watched 😊keep doing ur good work💪

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks for encouraging us. Thats really nice of u to take ur time out just to let us know that we are on the right track. Thanks for the motivation. Much appreciated 🙏🙏

  • @sureshmamidur2201
    @sureshmamidur2201 11 หลายเดือนก่อน +1

    Hello madam, I started watching your core java 8 videos. The way you explained the concepts with live examples it's very easy to understand. Thanks for making the videos.

    • @CodeDecode
      @CodeDecode  11 หลายเดือนก่อน

      Thanks for your motivation Suresh. Means a lot to us 🙏

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

    I must say...it's the best I've seen on Java8 streams explanation and usage. Please continue with next part of Parallel Streams.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks venkata👍👍

  • @ravindrasiddavatam1097
    @ravindrasiddavatam1097 25 วันที่ผ่านมา +1

    Very clear explanation. Appreciate it.

    • @CodeDecode
      @CodeDecode  20 วันที่ผ่านมา

      Thanks

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

    I am very much interested to know more about parallel streaming and their real life use cases. With examples. You are too good binding a vast topic in a properly packaged and detailed manner. Wish to see the next video soon!

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

      Sure we will create that soon........

  • @ShivamKumar-fr1rh
    @ShivamKumar-fr1rh 3 ปีที่แล้ว +1

    Hello ma'am, you are doing a great job, the way you describe and give examples with code it becomes so easy to understand, and main thing is everyone here is because of your knowledge, you are not like most of the female creators using face cam video to attract viewers. You're awesome, keep creating content like this.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks shivam 😊😊👍👍🙏🙏

  • @veena618
    @veena618 3 ปีที่แล้ว +6

    Thank you!! so much for a such perfect videos covering even single points. Request you to cover next part as well please.

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

      sure veenu we will cover it soon.......

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

    Unfortunately i have a chance to give one like otherwise i do it for one lakh times... i have seen many from this channel very very clear expalination and quality is too good. only i can do that started sharing in my office and friends group in way giving promotion to you...thanks a lot.

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

      Thanks a lot for supporting us Sekhar 🙂 means a lot to us. Glad to have u on board 🙂👍

  • @digitallearning-29
    @digitallearning-29 8 หลายเดือนก่อน

    Ma'am you explained each and every topic in video very simple way and i really enjoyed the learning , all the very best to you, keep doing it. thank you

  • @prathameshbodhale.2325
    @prathameshbodhale.2325 2 ปีที่แล้ว +1

    Thank you mam for explaining in simple way. Your videos boost my confidence and clearing the concept.
    Hats off mam for taking effort for us.👏🙏

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

    I really appreciate your topic on streams and these two videos helped me so much. Thank you for providing detailed explainations.

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

      Thanks Devi Sri 🙂👍

  • @rajukaranjule4845
    @rajukaranjule4845 4 หลายเดือนก่อน

    First of All you voice is very beautiful.
    "Wow, this Java 8 tutorial is absolutely fantastic! 🚀 Your clear explanations and engaging examples make learning these new features a breeze. I've been struggling to grasp some of the concepts, but your video has really helped clarify things for me. Thank you so much for taking the time to create such high-quality content. Looking forward to diving into more of your tutorials! Keep up the excellent work! 👏"

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

    your video's very easy to understand mam, please continue with parallel stream. ❤

    • @CodeDecode
      @CodeDecode  ปีที่แล้ว

      sure we will create it soon

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

    Love your videos. Helps a lot. But only for this video, first 6 minutes was about code gym actually. 😅

    • @CodeDecode
      @CodeDecode  ปีที่แล้ว

      We are really sorry for the inconvenience Rishi. Even we found it was really really long so we stopped taking any integration which is more than 1, 1.5 minutes. We know that people want to study and hence they are here. Again really sorry for this inconvenience Man

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

    Thank you so much very very easy way to understand. Lot of effort to do this. Thanks a ton

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

      Thanks Sahana🙂👍

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

    Nice mam, your explanations are very understandable...

    • @CodeDecode
      @CodeDecode  ปีที่แล้ว

      Thanks for the nice words

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

    Thanks for such great explanation. I am not able to find parallel stream video. Eagerly waiting for parallel stream video. Thank u in advance.

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

      we wil upload it soon....

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

    Very good explanation of streams. Probably the best tutorial for streams in you tube

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks Prakhar 👍🙂

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

    Very informative, nice explanation, u have covered all the concepts in easily understandable manner. Tq u so much :)

  • @JainNamit
    @JainNamit 3 ปีที่แล้ว +2

    yes we want video on problems and many examples of parallel streams.

  • @sharmarahul17
    @sharmarahul17 8 หลายเดือนก่อน +1

    Perfect explanation !👍

    • @CodeDecode
      @CodeDecode  8 หลายเดือนก่อน

      Thanks

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

    Thank you share knowledge. Please make vedio for parallel stream .. it's covered in this vedio.

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

      Sure Nitish 🙂👍

  • @thanipattavan
    @thanipattavan 6 หลายเดือนก่อน

    Your dedication in explaining the features of promotion as well🎉🎉 greatt

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

    Thank You so much so explaining the streams topic, now the sequential streams are well understood. Please give us more idea about parallel streams. Thanks

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

      Sure Ankit👍🙂

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

    Great help madam.
    Map vs flatmap is very commonly asked java 8 question.
    Please include this also. Thanks

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure we will do today in upcoming videos 👍👍

  • @crazeeealgorithms3236
    @crazeeealgorithms3236 3 ปีที่แล้ว +2

    Thank You so much, please upload problems with Parallel streams and further tutorials of parallel streams.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      sure we will upload it soon

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

    Please cover complex problems in parallel stream so that will get more knowledge, and Thank-you so much for your videos it was very helpfull. Keep up the good work always.

  • @MM-ki2vv
    @MM-ki2vv 11 หลายเดือนก่อน +1

    So thanks for all you efforts. God bless you

    • @CodeDecode
      @CodeDecode  11 หลายเดือนก่อน

      You're welcome :)

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

    Nice video on streams with good explanations and examples. I have used parallel streams in my project with batch size. I believe they take the maximum threads (no of cores in CPU-1). But I have one basic doubt, if one core is for one thread then a hexacore CPU can run only 7(8-1) threads at a time. Most importantly they are useful for synchronized processing like Reading a big file in chunks in parallel and produce the same output into another file in the same order. Hope you cover these in the next video of parallel streams.

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

    Beautifully explained the streams and related concepts ✨. Thanks for all the hardwork 🙏.

    • @CodeDecode
      @CodeDecode  ปีที่แล้ว

      Thanks Rishabh 👍🙂

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

    Content is no doubt very valuable and useful for interview perspective but here in sorted(o2.compareTo(o1)) we are using comparable but mistakenly you told Comparator.

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

      Sorted will take comparator as input function.

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

    It's really engaging..waiting eagerly for the parallel Stream next video.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks Kuheli .....

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

    First of all thanks a lot your videos are excellent please cover Problems on parallel processing aa well 🙂

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure Siddharth 👍

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

    Yes.. please do further videos.. it's helps lot...

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

    I really really appreciate and thankful to you to keep is free... so much helpful for me and definitely gonna share it with geeky buddies...!

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks Mahendra 🙂👍

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

    excellent teaching thanks to your channel

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks Sekhar 👍

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

    Hi thanks for this video, explained everything in much simpler way. Please post parallel streams video also as soon as possible. 👍🏻

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

      Thanks Gurleen. Yes we will post that soon 👍👍

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

    Hi Team Code Decode! Excellent explanation. Eagerly waiting for problems on parallel streams and optional concepts.

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

      Sure kusum we will upload it soon

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

    Brilliant mam..you are awesome blossom.

    • @CodeDecode
      @CodeDecode  ปีที่แล้ว

      ❤❤😍😍😍thanks 🙂🙂

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

    Thank you so much for your time and effort for making this video and putting into TH-cam. The way you explain the things is very easy to understand. Thank you so much :)

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks for the motivation Sambit 👍👍🙃🙏

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

    Thank You ...thank you so much for all your efforts

  • @arjun9059
    @arjun9059 10 หลายเดือนก่อน +1

    nice explanation and good effort

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

      Thanks

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

    nice and easily explained. Eagerly waiting for the next videos on parallel streams. I think since it is single topic you can upload this video along with your Spring Boot Videos

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      That's a nice idea Arunava, we will create this one soon 👍👍

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

    grate teaching

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

    Thanx for making these topics easy to understand

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks for writing back Sanjay👍👍

  • @yumraj12
    @yumraj12 11 หลายเดือนก่อน +1

    Hi, You are awesome while describing any thing with code, I am following this channel since long, Do we have a repos for this or all the videos you have?

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

      Thanks 😊. We will check and upload to git 👍

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

    Thanks for such great explanation. Eagerly waiting for parallel stream.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure Akshayani we will upload it soon..

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

    I like your videos.
    Please continue making more

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

    Very good explanation

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

    Excellent content

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

    Thank you so much, I really appreciate your work, please a video about threads interview questions

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

    Very Informative. Appreciate your effort in this process. Could you please upload the videos of continuation topics.

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

      th-cam.com/play/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy.html

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

    very helpful video thanks, plz take complex examples on streams and parallel streams

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks... Sure we will cover it soon...

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

    Nice videos ma'am , Pls do start a series of project with Spring , Hibernate and Microservices

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      We are working on this, probably you'll see next video on this...

  • @annaporna9644
    @annaporna9644 3 ปีที่แล้ว +2

    Nice Video, Could you please also make a video on most asked questions in microservices architecture.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure we will make it soon....

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

    Thanks for creating knowledgeble and understanding videos🙏. If you create video on parellel stream then it help to us for cracked some complex interview.

    • @devanshusharma3733
      @devanshusharma3733 3 ปีที่แล้ว

      I think you forgot to cover about Reduce method. Please give some knowledge in next video. Thanks 👍

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure I will create video parallel streams and reduce method in upcoming videos 👍👍

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

    wow.... just wow

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

      Thanks Pramod🙂👍

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

    very clear! thanks!

  • @monishad7040
    @monishad7040 24 วันที่ผ่านมา

    Haev you created any java 21 lectures un udemy ?. If so please share me the link. Your course are really awesome. ❤

  • @NehaKumari-cx6un
    @NehaKumari-cx6un 3 หลายเดือนก่อน +1

    Awesome

    • @CodeDecode
      @CodeDecode  3 หลายเดือนก่อน

      Thanks

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

    very good presentation. thanks

  • @start1learn-n171
    @start1learn-n171 7 หลายเดือนก่อน +1

    Tq

    • @CodeDecode
      @CodeDecode  7 หลายเดือนก่อน

      😊😊

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

    you are just awesome super like👍👍

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks Ashutosh 👍👍

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

    Waiting for next video,very good presentation

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks 👍

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

      @@CodeDecode one more small suggestion. The order of java 8 interview questions can be changed for video 3 and video 4.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure let us check. Thanks for suggestion 👍👍

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

    Very clear and precise explanation. Do you have a medium blog or a twitter profile that I can follow?

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

      Thanks shivam and You can connect us on LinkedIn

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

    Great explanation Mam but I am confused in compareTo method..it's a part of comparable but you told comparator.Can you please explain.

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

    such a nice explanation ,parallel steam pls

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

      Thanks...will upload it soon...

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

    Thanks

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

    Thank you for the soo valuable containt. 🤗

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

    Awesome video plz cover other complex topic too

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

    good video. helping me for interviews.

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

      M glad it helps. We hope you land at your dream job really soon 👍👍

    • @nivedaravi2241
      @nivedaravi2241 3 ปีที่แล้ว

      @@CodeDecode hope your words come true. No light at the end of tunnel so far. Thanks a lot.

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

    Super ma...

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

    Nice video 🤗 ty

    • @CodeDecode
      @CodeDecode  ปีที่แล้ว

      you're welcome nikhil

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

    awesome ❤

  • @RAJEEVKUMAR-bt5ie
    @RAJEEVKUMAR-bt5ie 3 ปีที่แล้ว +1

    Please cover the parallel streams topic in next part so that I can get complete knowledge on it.

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      sure we'll upload it soon

  • @AbhishekKumar-on8zm
    @AbhishekKumar-on8zm ปีที่แล้ว +1

    Mam compareTo() is of comparable interface and not comparator right? Just one clarification don't get me wrong.

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

      Correct Abhishek. I might have slipped my tongue

    • @AbhishekKumar-on8zm
      @AbhishekKumar-on8zm ปีที่แล้ว

      @@CodeDecode Everybody makes mistakes. Thanks for the confirmation mam.

  • @niketdeore3236
    @niketdeore3236 3 ปีที่แล้ว

    Thank you so much,it helps a lot

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      You are Welcome Niket...

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

    mam comparator have compare method and compareTo method is of comparable i guess

  • @sureshgarine
    @sureshgarine 3 ปีที่แล้ว

    Hi madam, thank you for the wonderful video, how can we apply if conditions in the stream, can u please explain

  • @yoursarnk
    @yoursarnk 3 ปีที่แล้ว

    Sometimes we need to modularise our foreach loop in real time project, let's say a batch/job running. And within a foreach loop we need to call separate other method. Can we do same in case of foreach() method too in java8??

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

    Nice video :)
    Thanks

  • @anubhutidoshi8999
    @anubhutidoshi8999 ปีที่แล้ว

    can you please make a short video on difference between Map and flatmap

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

    Hello madam, Though we can create stream object from collection, why java introduced stream.of(). Is there any particular reason?

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

      What if you don't have collection still u need stream? Of is the way to convert any bunch of objects to stream 🙂👍

  • @SandeepAS-ov3fk
    @SandeepAS-ov3fk ปีที่แล้ว +1

    thank you ...what abt parallels stream video?

    • @CodeDecode
      @CodeDecode  ปีที่แล้ว

      Hi Sandeep videos are lined up we will upload it soon

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

    Please make some SQL videos for Interview preperation :)

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      sure spandan we will make it soon.

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

      This series is really very helpful for anyone to go for the interview ❤️ All the efforts are appreciated

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Thanks 🙂🙂🙂🙂

  • @harshadramekar
    @harshadramekar 3 ปีที่แล้ว

    Please cover how to reuse the stream as well as producer and consumer problem..

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

    Please cover parallel stream and also a spring boot project on microservice

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

    Please upload video with flatmap, springboot interceptors and load balancers

  • @sudheerg9182
    @sudheerg9182 4 หลายเดือนก่อน

    The videos in Core Java Frequently asked interview questions are not arranged properly , can you please check.

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

    Please cover the problems of parallel streams in next part.

  • @pallemmani6726
    @pallemmani6726 ปีที่แล้ว

    Could you please cover parallel streams in one dedicated video?

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

    hi madam, can u do a separate video in parallel streams as well

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure Suresh 👍👍we will do that

  • @dasavtaryadav193
    @dasavtaryadav193 3 ปีที่แล้ว

    Hi it's really interesting, can you please share the PPT what you are using.

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

    Mam can you please upload PPT as well. To recollect the knowledge

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Everything is in description

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

    Hi
    Can you please increase font size of eclipse while explaining it will be helpful while watching in mobile.
    Thanks

    • @CodeDecode
      @CodeDecode  3 ปีที่แล้ว

      Sure. Thanks for brining this issue to our notice .will definitely keep this in mind next time. 👍👍thanks for putting light to this issue.

  • @yoshitamahajan353
    @yoshitamahajan353 2 หลายเดือนก่อน

    Please share link of next part of parallel stream..