Java 8 Streams Tutorial (Filter,Map, Collect) with examples

preview_player
Показать описание
In this video, I have explained how to use Streams functions (Filter, Map, Collect) and Lambda Expressions to build optimized code
Facebook Group for QA Technical Assistance:
Telegram Link for Interview Prep :

You can find discount coupon links to all my courses of Udemy from below link
Рекомендации по теме
Комментарии
Автор

Thank you Rahul for making this available in youtube, I am learning so much from you

socialmedia
Автор

Very good demonstration Rahul. It's really helped me a lot. Once again thank you very much for the video. God bless you.

kirankumarmothukuri
Автор

Awesome Sir. Please make some more videos on entire collection how lambda and stream works. You are awesome sir i always recomand everyone to go with your lesson. It's very easy to understand for a person and get the knowledge.

amitvibes
Автор

Please comes up with more on collection topics like list, set, Map, Arrays, etc. because many times we are stuck here for manipulating with collection topic. Also thanks for concept clearing on Streams this really very helpful me.

Thanks
Vipul

vipulpandey
Автор

Really awesome concept explanation by awesome trainer 🙂
Thanks a lot

eliyasreddy
Автор

Very good content sir, thank you for sharing

navathutejomai
Автор

I really appreciate you Rahul, this video really given me a thrust to use them in my project. I will certainly do this. Thank you Rahul. Keep sharing. any continuation video in Java Stream.

sureshgarine
Автор

Hi Rahul, Thank you so much for making this complicated one very simple with your explanation. I have one doubt. In this video, list is shown as an example with streams. Can we use others like sets, maps, tables other collections

soudacrete
Автор

It's really helpful for me. Thank you!!

subhojitdas
Автор

Thank you for this video.
I have question : If we add string with lower case alphabet starting with 'a', then how to get the output irrespective of case?
Thank you

komalsingla
Автор

Amazing!! These streams is going to help lot!! :-) Thank you Rahul !!

shubhams
Автор

Fantastic tutorial, keep going with such good quality content

damiankowalik
Автор

String[] arr ={"+ 1, 250.00 USD", "+ 952.23 USD", "- 320.00 USD", "+ 17.99 USD", "- 244.00 USD", "+ 340.00 USD"};

What is the Approach when we Wan to sort this list but the order must be "( -1.... 0.. +1) azAZ " and like this Manner can we used stream fun for this Sorting

sandip_zalte
Автор

s.startsWith("A");
return true;
}).count();
System.out.println(i) ---- this is returning count as 5...

Can someone help here? 28:46 time

KumarSushobhan
Автор

Hi sir how to get an IT job in USA for freshers .I am on H4 EAD

sowmyasravan