17.11 Stream API in Java 8 Tutorial

preview_player
Показать описание
Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.

Stream operations are divided into intermediate and terminal operations, and are combined to form stream pipelines.

Check out our courses:

Coupon: TELUSKO10 (10% Discount)

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :

Subscribe to the channel and learn Programming in easy way.

Рекомендации по теме
Комментарии
Автор

I have seen other of your videos, and they are usually really good. This one was kind of confusing, jumping from one thing to another. I got the idea, and thanks for that, but watching your previous work I find this one unplanned.

LobhoGil
Автор

best explained i have many many confusions and only this video clears almost all

abhinavdadhich
Автор

All your videos are the best in their nature. This is one of the best java8 tutorials available. Thanks a lot.

meheralok
Автор

You are just incredible in explaining things in very easy way. I want to request you to please make video on SOLID principles in Java.

poojasahu
Автор

This is the best java video. You make it so simple.

ayanaashree
Автор

What an Awesome explanation brother !! keep doing a good work, there will be evil people around who would not like anything and keep criticizing this but don't worry about them, god made them check your patience !!, thanks to them too :) !! Well done !!

vivek
Автор

I see all your videos of JAVA 8 at 1.5x speed it helps to focus more.

kush
Автор

Really helpful .Thanks so much for sharing your knowledge 😊

kalyanraju
Автор

sir, this one was little confusing. I am following your playlist and reached till here. I wanted to give my honest feedback, but still thanks for taking your time out and making this tutorial.

bittooaggarwal
Автор

Very good work... Amazed some people are disliking...

kavyajain
Автор

Great Video!!You make Java so Simple man.Kudos!

bhaibhavghimire
Автор

Sir your teaching quality along with your speaking style is really amazing. :D

tareqislam
Автор

Thank you for the explanation! I have one small observation. In the last comment related to are streams reusable? in the background code, we are not invoking forEach on stream() but instead the syntax uses method reference. correct me if i am wrong.
Sorry I see here the reference type is Stream itself. That's the difference.

thotamounika
Автор

I am awaited awaited awaited for next video finally you made it thank you bro

kartheek.g
Автор

It is better not to use parallel stream for small number of data; because, if you use parallel stream for 100 or 200 value and the operation on that data is not so big; jvm will spent more cpu time on managing the threads than actual operation.

divyeshkumarbalar
Автор

if someone ask me who teach you the java programming...i will say navin reddy you soo much

vigneshv
Автор

You mentioned parallelStream creates thread based on the core . stream() also create a separate thread

sivamunnaluri
Автор

If we want to reuse the stream we can convert steam into List. so its not a drawback, list is different and stream is different. Correct me if i am wrong.

rameshnaidu
Автор

Does Navin says Welcome back ALIENS? :D

TheSachinnavle
Автор

Hey, A suggestion : Anything new should be start With Why first they What and How. but here totally confused in this video.

MrSagar