3:46 IntStream, Range, forEach, Print 4:55 skip 5:43 sum 6:25 steam.of , sorted, findFirst, ifPresent 7:05 stream of Array, sort, filter 8:00 average, map, ifPresent 8:56 Stream from List, map, filter, foreach, print 10:02 Streams from Text file, sort, filter, print, close 11:08 Streams from Text file, filter, collect 12:07 Stream from CSV file, map, filter, count 13:46 CSV, map, filter 15:56 reduce 17:03 summaryStatistics
@The8merp3 жыл бұрын
Hey Joe, if you copy paste these timestamps in the video description KZbin will auto add sections to the video, could be helpful
@gerdsfargen66872 жыл бұрын
Easily one of, if not THE best tutorial on Streams for Java 8. I still come back to this when I've not coded in a while after a hiatus. It's so good! Was confounded by the range of Streams functions when starting out in Java 8. Im absolutely zooming through them now and much more confident to create my own. Thank you so much, Joe!
@pascalgu67716 жыл бұрын
This is actually better than some of the paid courses on pluralsight. Keep up the execelent work!!
This was infinitely helpful. I love how you gave so many examples. Thus, allowing me to understand and play around with these examples. Best stream tutorial and will come back to it later as refreshers.
@gongjiaji24896 жыл бұрын
Thank you so much Joe, my lecturer can't explain this simple feature in 2 hours, you did it in 20mins. seriously You should teach in our uni.
@normdeplume63154 жыл бұрын
sad but true. Great video
@mafakka22 жыл бұрын
have you dropped from uni already?
@DerSpudi5 жыл бұрын
Awesome! I wasn't comfortable with streams before, but after this video I immediately changed three for loops of my program to streams. Looks so much nicer and is not so tedious to code. Thanks!
@teminoah29603 жыл бұрын
Exactly,same for me too, I also now enjoy using streams
@gerdsfargen66872 жыл бұрын
@@teminoah2960 They just cut down on so much bulk code and make Java more of a joy to work with!
@javadmahdiyoun55523 жыл бұрын
دمت گرم با این آموزش خوبت ، ایولا Thanks for this high quality teaching, keep going
@Pontification2 жыл бұрын
This is one of the most useful techniques in Java Ive ever seen.
@fc68273 жыл бұрын
This makes map very easy to understand. God all this time I thought it had something to do with hashmaps, KV pairs etc...this really helps, ty!
@siphesihlesithungu23565 жыл бұрын
Simple. Easy to follow. Straight to the point. Basically the most descriptive video I have seen so far on Java streams. Thank you so much.
@nabinrai7494 жыл бұрын
this type of tutorial covers more topics and condition than others typing n explaining the course
@pslamba2 жыл бұрын
Kudos for making your example data so culturally diverse!
@joejamesusa2 жыл бұрын
I try to match my diverse viewers.
@oldapolda35672 жыл бұрын
The Best Explaination i have ever seen about java streams. Thank You So much.
@teminoah29603 жыл бұрын
Joe James is a great teacher and a great mentor,I must affirm . How I wish have known him in my early days of programming.
@karttikmishra42914 жыл бұрын
How did this video get dislikes? What did the audience want from the video? I just loved the clarity of explanation and the ease with which he does that.
@shankarghimire44923 жыл бұрын
Wow! short but very powerful tutorial! You made Streams operations so easy to learn in Java. Except you, everybody starts their tutorial by saying 'Stream is the most difficult topic to learn and understand in Java'. But, you proved them wrong! Thanks a lot for sharing your knowledge with the world! Expect more tutorials especially on functional programming in Java in the same simple format. Cheers! :) :) :)
@Nothoughtinvolved6 жыл бұрын
Only time I've seen Java 8 streams explained clearly online. Thank you Joe
@avinpaladugu6 жыл бұрын
Fantastic. Crystal clear and no nonsense class.
@suseelkumarannamraju3 жыл бұрын
I got a hands-on on streams a bit more than before. Thanks for making this video Joe.
@8106123816 жыл бұрын
Intensive and clear, great value for each minute watched on this video
@afifkhaja2 жыл бұрын
Fantastic. Although it took my 40 min to write out, run, and understand the code, it was well worth it
@jakovkusic42194 жыл бұрын
By far the best video about streams on the Internet
@쉐틀4 жыл бұрын
This is the best video to explain Java collection I've seen in KZbin. Thank you!
@diodorsaydofmi35043 жыл бұрын
I'm a simple man I see Arijit's name (12:00), My day is made ☺
@skyFullOfStars3 жыл бұрын
I wonder how Joe knows Arijit Singh! 🤔
@abail70105 жыл бұрын
Wow Java is actually much better when it comes to file handling than expected! Great video, thanks!!
@netindu3 жыл бұрын
A one-stop place for Streams. Excellent video. Great Job Joe !
@lazben12673 жыл бұрын
Ciao Joe, Thank you very much for your valued mini course! Merry Christmas!
@joejamesusa3 жыл бұрын
Thanks. You too my friend.
@Anubis101104 жыл бұрын
I really want to understand WHY PEOPL dislike it...They most properly envy HIM 1. Perfect English Accent 2. Perfect Explanation 3. Samples 4. Code What else do we need :D Thank you so mcuh
@vladimirljubopytnov51934 жыл бұрын
I guess because of errors? But I agree, its pleasant teaching overall.
@moayadyaghi4 жыл бұрын
Is accent really the first priority?
@punyabrotad6 жыл бұрын
excellent tutorial...exactly what is needed for java developers upgrading to functional programming.
@semilife11 ай бұрын
Effortless discussion of a wide variety of stream operations examples. Very good collection of useful examples, to use a guide and a reference.
@mustapharaimilawal805310 ай бұрын
Wow, this is so insightful, concise introduction to streams api. This is so easy to follow, thanks a lot sir.
@joejamesusa9 ай бұрын
You are most welcome
@rafdnaah60785 жыл бұрын
Excellent tutorial. I didn't know this exist in java. Loving it. Looks like Java is expanding its wings in the data science world.
@WHYCANTIFINDMYMONEY4 жыл бұрын
Gr8 insight
@salmanbaig80883 жыл бұрын
Thank you so much. This is the best explanation I have seen so far with great examples.
@JobinJacobKavalam2 жыл бұрын
Great presentation ... plain and simple ... that is what we want, almost always.
@Romanov13096 жыл бұрын
I haven't touched Java in a while and now it looks like magic to me. Your explanation though made it understandable, thank so much!
@anjalisajeev3 жыл бұрын
I have watched several videos on this, and this was the best! Helped me understand the concept.
@dev-skills4 жыл бұрын
Very good collection of Stream examples, Learning about Files and IntSummaryStatistics was a bonus.
@sehajpreetsingh41773 жыл бұрын
No nonsense explanation. Thank you very much.
@Somerandomnessvvv4 жыл бұрын
Streams are saving a punch of blocks of code, this is really helpful. Great explanation.
@AnasMughal3 жыл бұрын
Very concise and focused presentation. I appreciate that.
@rkulk3 жыл бұрын
Excellent work Joe, thank you for explaining this with easy to understand examples.
@rajeshshrivastava39833 жыл бұрын
Amazingly explained java8 stream,lambda use in just 18 min. Which is more awesome 😎
@GabrielTobing2 жыл бұрын
Hey dude, thanks so much for making this video. I never knew the Stream API was a thing, and thought it was hard. After you gave those examples and all, I know understand it. This seems to be a really useful API indeed and can't wait to use it, not only that, but it seems much easier.
@arthastfp3 жыл бұрын
I'd like to point out something about example 7. You said it's better to first filter the stream, and then apply mappers. But you are first mapping the original dataset to a new lowercased dataset, therefore iterating through all the info, which in cases of massive amounts of data will slow down the application. The optimal solution is to first filter the stream, and then lowercase the remaining items. The same goes for example 8. This is just a nitpick on a great course overall, and I thank you for posting it!
@joejamesusa3 жыл бұрын
Yes, you are right.
@chrisbessant33153 жыл бұрын
A great video - small and simple examples that get the message across clearly. Thank you.
@gamerauto2 жыл бұрын
Man this is really beautifully explained, I really love this video, and thanks for including Arijit Singh, love from India 🇮🇳
@Hufsa3 жыл бұрын
Really good tutorial, I have used streams but I wasn't sure of some concepts, now it's clear, thanks a lot!
@SHSelect2 жыл бұрын
awesome, an easy understanding video for me to have a basic knowledge of Steam class
@stevermadter84304 жыл бұрын
5:18 System.out::print is the shortcut lambda expression for x -> System.out.print(x). Its Sytnax sugar, the compiler doesnt notice a diffrence
@shubhampareek23784 жыл бұрын
There's one point to note, you can only use static functions with `ClassName::functionName` format. Instance method have to be called using lambda.
@sumitbabel54154 жыл бұрын
@@shubhampareek2378 No not necessary, we can also call getters as well e.g (ClassName::getterMethod) - this will also call the public getter method, kindly let me know if you need a program also
@ShoeibShargo3 жыл бұрын
Thank you for clarifying. I was confused why would he call print function like that. This lambda expression is making code unnecessarily complex for me.
@chaoticcosal27702 жыл бұрын
Very clear cut programming, Thanks Joe for the collection of questions and solution.
@fotoamgamgfoto36953 жыл бұрын
Thanks! I quit using Java after 12 years of Java development around V1.4 a couple of years ago when Generics came into it and I hate Generics. I become a Frontend JS developer, but now need Java again as a fullstack to learn what new things come up and this Stream API looks cool, smilar to ES6 stuff! I might be interested in Java again.
@shahradabghari1762 жыл бұрын
best video about stream that i have found
@ashethebostonterrier49184 жыл бұрын
Very good explanation including using stream, array, map, collectors and lambda. Thanks. I have learned a lot. Very short implementation, but got lots done. I never would have thought using map, filter like in JS in Java. You can see how long I haven’t touched the Java. I need to prepare for interviews in their future. This helped me. Always nice learning something new.
@puneetkocher33705 жыл бұрын
Superb video, i have seen many videos but didn’t find any other video giving this much of examples
@NanCitizen6 ай бұрын
you are a smart cookie. Thank you for this refresher
@ranachan55554 жыл бұрын
Joe, Great explanation , Covered many but not more like parallel streams and all.
@JERILNADAR4 жыл бұрын
Super tutorial. Made me go from hating Streams to loving it.
@pritampatil4355 жыл бұрын
Excellent. Best tutorial on java stream came across.
@ensoniq2k5 жыл бұрын
This is such a mind blowing feature, thank you very much for explaining in such detail!
@gsabella4 Жыл бұрын
Fantastic video on Streams, and really appreciate the content on your Java repo.
@joejamesusa Жыл бұрын
Great to hear!
@balyaajiskan21943 жыл бұрын
best one .. i ever watched..well explained... thanks
@saravanant72836 жыл бұрын
One of the best Java 8 content in youtube.
@joejamesusa6 жыл бұрын
Thanks. :-)
@Momo-qr3rd3 жыл бұрын
Finally I am understanding this topic! Thank you very much
@grzesieknowosad15686 жыл бұрын
Hey. I would like to emphasize that this tutorial for Java 8 streams is really great. I've been looking through internet for some good explanation. Found many sites or tutorials, but this one is best quality step-by-step. I found everything that I needed from the beginning. Thanks
@vigneshbaskaran19902 жыл бұрын
Beautiful , nicely explained , pls add List also add one example . that would be great
@alexandre9051 Жыл бұрын
great video! even though it is 5 years old, it is still at very good starting point. Thank you
@eternalwanderer60576 жыл бұрын
Just commenting to say thanks, Joe. This was a VERY helpful tutorial. THANK YOU!
@dontknow63563 жыл бұрын
Best tutorial i have ever seen
@sandykhp4 жыл бұрын
thanks joe. love and respect for your work from india
@lajoskorona35014 жыл бұрын
Ah, lovely, thanks! I can't use a functional language for my exams (Haskell
@matt-g-recovers3 жыл бұрын
I usually do a like/dislike ratio assessment before committing time to a tutorial. Sheesh lot of folks liked this vs not right? ~100:1 well shoot if that doesn't seem like too much, it is an order of magnitude better than what I consider the gold standard for a good video ( 10:1 like to dislike). Great video :)
@joejamesusa3 жыл бұрын
Thanks! I hope you added another like. :-) FYI, ratio for my whole channel is around 96-97% likes to 3 or 4 dislikes. This is one of my best videos.
@MrScubesnaxx3 жыл бұрын
Great presentation....you really deserve more subs!
@yogeshchaudhari99713 жыл бұрын
Amazing explanation... short n simple and direct to the point
@lexplay854 жыл бұрын
Just awesome! Very practical, very simple. I only need to practice. Thanks man!!!!
@anwardarkazanli71602 жыл бұрын
Very thorough explanation, thanks a lot!
@nimbostratue5 жыл бұрын
Thank you Joe for this excellent tutorial which is probably better than most of the ones out there.
@changhaizhu78542 жыл бұрын
Very nice Tutorial. Thanks a lot, Joe
@kirankumarmothukuri87443 жыл бұрын
Thank you very much James. It's very good demonstration. Keep it up.
@ashu472026 жыл бұрын
REALLY NICE EXAMPLES explaining various usage options of Streams API. Thank you !!!
@69ayax3 жыл бұрын
the best explanation i've seen
@masebor3 жыл бұрын
spot on tutorial, thanks for the introduction into streams, have a nice day.
@suriyaprakhash5 жыл бұрын
U nailed it. Short crisp and clear. Appreciate your work👍
@lokmanboukhoulda44964 жыл бұрын
Wow great explanation, thanks Joe!
@mathisinav42674 жыл бұрын
18 minutes well spent, excellent tutorial
@tarunmadan61093 жыл бұрын
Good video. Thank you for explaining streams with examples.
@exxzxxe2 жыл бұрын
Very well done, Mr. James.
@joejamesusa2 жыл бұрын
Thanks
@vikingofengland2 жыл бұрын
Short and concise, good job.
@dianadutka57644 жыл бұрын
love how it was simply straight to the point!
@tobyzhan77296 жыл бұрын
Simple, rich and elegant. Love this tutorial!
@richaarora17756 жыл бұрын
Great explanation on Java Streams. Cleared the basic concepts of using Stream API.
@evgeniynorfolk59092 жыл бұрын
Thanks for good and understandable examples! You are nice teacher!
@luiscortes65636 жыл бұрын
Great video! Loving streams already!
@doandzhi6 жыл бұрын
Great video, Joe! Thanks for the efforts and continue shooting videos like this please.
@ManishYadav-mt6zt4 жыл бұрын
This is short precise and gives all the valuable information. Thank You so much for the nice video!
@AkimMoh6 жыл бұрын
THANK YOU I MISSED "x.contains()" NOW I KNOW HOW TO FILTER STRING
@SamuelHauptmannvanDam6 жыл бұрын
Really enjoyed this video. Simpler than 99% out there. Thanks!
@shubhankarseth2 жыл бұрын
Thank you Joe, the tutorial is very good.
@khalidqureshi63595 жыл бұрын
Very informative with very clear and concise explanation.
@jasonzhang11332 жыл бұрын
Thank you so much for such a nice video explaining the stream concept very well.