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

  Рет қаралды 112,075

Code Decode

Code Decode

Күн бұрын

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 жыл бұрын
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 KZbin. The way you explain things is brilliant and the quality is top-notch. Appreciate it! :)
@CodeDecode
@CodeDecode 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.
@mayilesh1483
@mayilesh1483 3 жыл бұрын
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 жыл бұрын
😅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?
@mayilesh1483
@mayilesh1483 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 🙏🙏
@ShivamKumar-fr1rh
@ShivamKumar-fr1rh 3 жыл бұрын
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 😊😊👍👍🙏🙏
@digitallearning-29
@digitallearning-29 9 ай бұрын
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
@lokeshmuthukumar1284
@lokeshmuthukumar1284 Жыл бұрын
your video's very easy to understand mam, please continue with parallel stream. ❤
@CodeDecode
@CodeDecode Жыл бұрын
sure we will create it soon
@thanipattavan
@thanipattavan 8 ай бұрын
Your dedication in explaining the features of promotion as well🎉🎉 greatt
@subhashjha936
@subhashjha936 2 жыл бұрын
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 жыл бұрын
we wil upload it soon....
@ankitsinghal8169
@ankitsinghal8169 2 жыл бұрын
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 жыл бұрын
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 👍👍
@rishiraj7679
@rishiraj7679 Жыл бұрын
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
@dastagirisha145
@dastagirisha145 3 жыл бұрын
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.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍👍
@RishabhRawat_98
@RishabhRawat_98 Жыл бұрын
Beautifully explained the streams and related concepts ✨. Thanks for all the hardwork 🙏.
@CodeDecode
@CodeDecode Жыл бұрын
Thanks Rishabh 👍🙂
@maheshdarga387
@maheshdarga387 3 жыл бұрын
Yes.. please do further videos.. it's helps lot...
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍👍
@akshayanishewale3225
@akshayanishewale3225 3 жыл бұрын
Thanks for such great explanation. Eagerly waiting for parallel stream.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure Akshayani we will upload it soon..
@yoursarnk
@yoursarnk 3 жыл бұрын
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 👍👍
@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.
@veena618
@veena618 3 жыл бұрын
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 жыл бұрын
sure veenu we will cover it soon.......
@hrancati
@hrancati 2 жыл бұрын
very clear! thanks!
@CodeDecode
@CodeDecode 2 жыл бұрын
you're welcome
@SAK-y6j
@SAK-y6j 2 жыл бұрын
Excellent content
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks 🙂👍
@SandeepAS-ov3fk
@SandeepAS-ov3fk Жыл бұрын
thank you ...what abt parallels stream video?
@CodeDecode
@CodeDecode Жыл бұрын
Hi Sandeep videos are lined up we will upload it soon
@nivedaravi2241
@nivedaravi2241 3 жыл бұрын
good video. helping me for interviews.
@CodeDecode
@CodeDecode 3 жыл бұрын
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.
@unemployedcse3514
@unemployedcse3514 2 ай бұрын
awesome ❤
@harshadramekar
@harshadramekar 3 жыл бұрын
Please cover how to reuse the stream as well as producer and consumer problem..
@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??
@akshayzele554
@akshayzele554 3 жыл бұрын
Please upload video with flatmap, springboot interceptors and load balancers
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍
@niketdeore3236
@niketdeore3236 3 жыл бұрын
Thank you so much,it helps a lot
@CodeDecode
@CodeDecode 3 жыл бұрын
You are Welcome Niket...
@tusharsonkar5208
@tusharsonkar5208 3 жыл бұрын
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.
@visukcse
@visukcse 2 жыл бұрын
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 🙂👍
@nishikantabehera2065
@nishikantabehera2065 3 жыл бұрын
Can you increase the font size of the code it is to small
@CodeDecode
@CodeDecode 3 жыл бұрын
Ok sure will do that from next video. 👍
@priyankpatel6644
@priyankpatel6644 Жыл бұрын
Hey @codeDecode how can we typecast toArray() method
@aswinikumarparida8074
@aswinikumarparida8074 3 жыл бұрын
Please cover the problems of parallel streams in next part.
@CodeDecode
@CodeDecode 3 жыл бұрын
Ok sure 👍
@sairakeshp
@sairakeshp 3 жыл бұрын
I have watched too many videos on streams, but this one is the best explanation.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Pokala....
@nitishchaudhary7777
@nitishchaudhary7777 2 жыл бұрын
Thank you share knowledge. Please make vedio for parallel stream .. it's covered in this vedio.
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Nitish 🙂👍
@ramadevivvs994
@ramadevivvs994 3 жыл бұрын
See first time java8 listeners ur video is bit difficult,u should tell what is the parsm that accepts sorted and u explain detailedly
@CodeDecode
@CodeDecode 3 жыл бұрын
kzbin.info/aero/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy
@manosij00roy
@manosij00roy 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 жыл бұрын
Sure we will create that soon........
@priyankam8582
@priyankam8582 2 жыл бұрын
Can I know how to remove duplicate character from a string using stream and lambda expression
@CodeDecode
@CodeDecode 2 жыл бұрын
kzbin.info/www/bejne/l5LSnH6mbZx7pcU
@crazeeealgorithms3236
@crazeeealgorithms3236 3 жыл бұрын
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
@annaporna9644
@annaporna9644 3 жыл бұрын
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....
@shubhamgoyal1968
@shubhamgoyal1968 3 жыл бұрын
Are you sponsoring code gym??
@boxofgames3
@boxofgames3 Жыл бұрын
Nice mam, your explanations are very understandable...
@CodeDecode
@CodeDecode Жыл бұрын
Thanks for the nice words
@JainNamit
@JainNamit 3 жыл бұрын
yes we want video on problems and many examples of parallel streams.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍
@princearyan19
@princearyan19 2 жыл бұрын
mam comparator have compare method and compareTo method is of comparable i guess
@CodeDecode
@CodeDecode 2 жыл бұрын
Yep
@AbhishekKumar-on8zm
@AbhishekKumar-on8zm Жыл бұрын
Mam compareTo() is of comparable interface and not comparator right? Just one clarification don't get me wrong.
@CodeDecode
@CodeDecode Жыл бұрын
Correct Abhishek. I might have slipped my tongue
@AbhishekKumar-on8zm
@AbhishekKumar-on8zm Жыл бұрын
@@CodeDecode Everybody makes mistakes. Thanks for the confirmation mam.
@DineshSharma-xi1lq
@DineshSharma-xi1lq Жыл бұрын
you have 7-8 long ads on your video why would any one come to your video for gaining knowledge, so much of disturbance.
@CodeDecode
@CodeDecode Жыл бұрын
Apologies Dinesh. It's not intentional. KZbin adds these automatically. I will raise your concern with my KZbin manager. Thanks for bringing this issue to our notice 🙏🙏. We will see what can be done to avoid this. Apologize again from our side. But this is not in our hands.. We will try to upload these to udemy but all things there are paid. We can't keep things for free apart from KZbin.
@CodeDecode
@CodeDecode Жыл бұрын
True Dinesh but we don't want to charge people. We tried to put free but only 1.5 hours free content is allowed which doesn't make sense. We need more time to complete the topic. We feel knowledge is free and must not have a price tag associated with it.
@lovebranch-hemavasanth
@lovebranch-hemavasanth Жыл бұрын
is there any other video about the parallel streams , could't able to find the continue of this video
@benjojoy6307
@benjojoy6307 10 ай бұрын
The way you explained the concepts is very easy to understand. Thanks for the videos. One doubt, kzbin.info/www/bejne/maK0f2udadSFb5o in code, line number 23 uses stream() method, but line number 34 does not uses stream() method. Why, any particular reason for that ? or both will work similarly ?
@sureshmamidur2201
@sureshmamidur2201 Жыл бұрын
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 Жыл бұрын
Thanks for your motivation Suresh. Means a lot to us 🙏
@prathameshbodhale.2325
@prathameshbodhale.2325 2 жыл бұрын
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.👏🙏
@sagarikadevnath2716
@sagarikadevnath2716 2 жыл бұрын
Thank You ...thank you so much for all your efforts
@CodeDecode
@CodeDecode 2 жыл бұрын
🙂🙂❤
@yumraj12
@yumraj12 Жыл бұрын
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 11 ай бұрын
Thanks 😊. We will check and upload to git 👍
@kazaasekhar
@kazaasekhar 2 жыл бұрын
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 🙂👍
@ravindrasiddavatam1097
@ravindrasiddavatam1097 Ай бұрын
Very clear explanation. Appreciate it.
@CodeDecode
@CodeDecode Ай бұрын
Thanks
@monishad7040
@monishad7040 Ай бұрын
Haev you created any java 21 lectures un udemy ?. If so please share me the link. Your course are really awesome. ❤
@nishiagarwal809
@nishiagarwal809 Жыл бұрын
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❤
@sudheerg9182
@sudheerg9182 5 ай бұрын
The videos in Core Java Frequently asked interview questions are not arranged properly , can you please check.
@Vihaanhyperboy200
@Vihaanhyperboy200 3 жыл бұрын
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.
@mahendrachauhan6711
@mahendrachauhan6711 3 жыл бұрын
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 🙂👍
@swathi1stjune
@swathi1stjune 2 жыл бұрын
Very informative, nice explanation, u have covered all the concepts in easily understandable manner. Tq u so much :)
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks swathi
@TheRamanareddy
@TheRamanareddy Жыл бұрын
Brilliant mam..you are awesome blossom.
@CodeDecode
@CodeDecode Жыл бұрын
❤❤😍😍😍thanks 🙂🙂
@sahityakulkarni3508
@sahityakulkarni3508 2 жыл бұрын
Very Informative. Appreciate your effort in this process. Could you please upload the videos of continuation topics.
@CodeDecode
@CodeDecode 2 жыл бұрын
kzbin.info/aero/PLyHJZXNdCXsdeusn4OM33415DCMQ6sUKy
@SushilKumar-qn1mm
@SushilKumar-qn1mm 3 жыл бұрын
Please post for parallel stream problem video.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure sushil 👍👍
@gurleenvirk1949
@gurleenvirk1949 3 жыл бұрын
Hi thanks for this video, explained everything in much simpler way. Please post parallel streams video also as soon as possible. 👍🏻
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Gurleen. Yes we will post that soon 👍👍
@schaugala4017
@schaugala4017 3 жыл бұрын
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.
@JyotiKumari-ik1rf
@JyotiKumari-ik1rf 3 жыл бұрын
where is next video on parallel stream?
@CodeDecode
@CodeDecode 3 жыл бұрын
Will upload soon 👍👍
@shivamshah431
@shivamshah431 3 жыл бұрын
Very clear and precise explanation. Do you have a medium blog or a twitter profile that I can follow?
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks shivam and You can connect us on LinkedIn
@ayushyamishra8196
@ayushyamishra8196 3 жыл бұрын
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...
@ashutoshkumarsingh1
@ashutoshkumarsingh1 3 жыл бұрын
you are just awesome super like👍👍
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Ashutosh 👍👍
@siddharthshinde9630
@siddharthshinde9630 3 жыл бұрын
First of all thanks a lot your videos are excellent please cover Problems on parallel processing aa well 🙂
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure Siddharth 👍
@nageshndl
@nageshndl 3 жыл бұрын
please do more on parellel streaming
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍
@emmanuelmiramonvazquez9591
@emmanuelmiramonvazquez9591 3 жыл бұрын
Thank you so much, I really appreciate your work, please a video about threads interview questions
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍👍
@arjun9059
@arjun9059 11 ай бұрын
nice explanation and good effort
@CodeDecode
@CodeDecode 11 ай бұрын
Thanks
@khemchandkolhe3
@khemchandkolhe3 3 жыл бұрын
very helpful video thanks, plz take complex examples on streams and parallel streams
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks... Sure we will cover it soon...
@sahanabhat2175
@sahanabhat2175 2 жыл бұрын
Thank you so much very very easy way to understand. Lot of effort to do this. Thanks a ton
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Sahana🙂👍
@sushilmadankar53
@sushilmadankar53 3 жыл бұрын
please reply upcoming video link (problems with parallel stream)
@MegaKuheli
@MegaKuheli 3 жыл бұрын
It's really engaging..waiting eagerly for the parallel Stream next video.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Kuheli .....
@punit41290
@punit41290 3 жыл бұрын
Hi can we used parallel stream in enterprise application
@CodeDecode
@CodeDecode 3 жыл бұрын
No we should not punit , as per my understanding . It's easy to convert stream to parallel stream just by parallel() or parallelStream () but it will bring a lot of overhead with it, as they use common fork - join thread pool. I will cover consequences and disadvantages of them in next video. Thanks for writing back to us 👍👍.
@CodeDecode
@CodeDecode 3 жыл бұрын
We should use only when certain conditions are fulfilled , which we will cover in upcoming videos, but it does come with a lot of disadvantages. It's simple to covert but comes with lot of overhead and complexities .
@devisri2617
@devisri2617 2 жыл бұрын
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 🙂👍
@sharmarahul17
@sharmarahul17 9 ай бұрын
Perfect explanation !👍
@CodeDecode
@CodeDecode 9 ай бұрын
Thanks
@prashanthk4457
@prashanthk4457 2 жыл бұрын
Hi mam can u create sum of even number using stream without using sum inbuilt function
@sukunkusum1720
@sukunkusum1720 3 жыл бұрын
Hi Team Code Decode! Excellent explanation. Eagerly waiting for problems on parallel streams and optional concepts.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure kusum we will upload it soon
@rajukaranjule4845
@rajukaranjule4845 5 ай бұрын
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! 👏"
@anubhutidoshi8999
@anubhutidoshi8999 Жыл бұрын
can you please make a short video on difference between Map and flatmap
@devanshusharma3733
@devanshusharma3733 3 жыл бұрын
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 👍👍
@sreejak6776
@sreejak6776 2 жыл бұрын
Can you pls provide information on map vs flatmap
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure sreeja we have noted the topics and soon we will create video on the same
@sreejak6776
@sreejak6776 2 жыл бұрын
@@CodeDecode Thank you
@tirupatirao2854
@tirupatirao2854 3 жыл бұрын
Mam can you please upload PPT as well. To recollect the knowledge
@CodeDecode
@CodeDecode 3 жыл бұрын
Everything is in description
@RAJEEVKUMAR-bt5ie
@RAJEEVKUMAR-bt5ie 3 жыл бұрын
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
@nitigyasahu8402
@nitigyasahu8402 3 жыл бұрын
Please cover parallel stream and also a spring boot project on microservice
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍
@pallemmani6726
@pallemmani6726 Жыл бұрын
Could you please cover parallel streams in one dedicated video?
@prakharupreti553
@prakharupreti553 3 жыл бұрын
Very good explanation of streams. Probably the best tutorial for streams in you tube
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Prakhar 👍🙂
@madhushankarmj
@madhushankarmj 3 жыл бұрын
Very good explanation
@CodeDecode
@CodeDecode 3 жыл бұрын
Thank you ....
@SambitKuSahu
@SambitKuSahu 3 жыл бұрын
Thank you so much for your time and effort for making this video and putting into KZbin. The way you explain the things is very easy to understand. Thank you so much :)
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks for the motivation Sambit 👍👍🙃🙏
@yoshitamahajan353
@yoshitamahajan353 3 ай бұрын
Please share link of next part of parallel stream..
@sanzayy
@sanzayy 3 жыл бұрын
Thanx for making these topics easy to understand
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks for writing back Sanjay👍👍
@rajatmahajan5112
@rajatmahajan5112 3 жыл бұрын
Mam could u please upload parallel stream in details with example
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure. Will upload soon 👍👍
@shikhasrivastav9208
@shikhasrivastav9208 3 жыл бұрын
I like your videos. Please continue making more
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍👍
@avitesh1904
@avitesh1904 8 ай бұрын
Stream.of("anshika", "akhil", "avitesh", "Radha").filter(x ->x.length() > 5).forEach(x -> System.out.println(x)); this line is giving me output but Stream.of("anshika", "akhil", "avitesh", "Radha").filter(x ->x.length() < 5).forEach(x -> System.out.println(x)); but if use < this operator , it is getting terminated why? even
@sureshgarine
@sureshgarine 3 жыл бұрын
hi madam, can u do a separate video in parallel streams as well
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure Suresh 👍👍we will do that
@venkatasaikrishnak6984
@venkatasaikrishnak6984 3 жыл бұрын
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👍👍
@richa1806
@richa1806 3 жыл бұрын
Can u plz upload spring video tutorials??
@CodeDecode
@CodeDecode 3 жыл бұрын
Next video will be on spring mostly
@richa1806
@richa1806 3 жыл бұрын
@@CodeDecode Ok Thank you
@CodeDecode
@CodeDecode 3 жыл бұрын
No problem 👍👍
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 46 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 12 МЛН
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3,3 МЛН
"How to Watch Netflix for Free: No Subscription Needed!"
1:48