Stream API in Java

preview_player
Показать описание
Check out our courses:

Coupon: TELUSKO10 (10% Discount)

Coupon: TELUSKO10 (10% Discount)

Coupon: TELUSKO10 (10% Discount)

Coupon: TELUSKO20 (20% Discount)

Udemy Courses:

For More Queries WhatsApp or Call on : +919008963671

More Learning :

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

I am pre java 8 architect and i like you explaining the builder patter and going through it quickly. I get bored by very slow tutorials. People complaining are more of beginner users and you can tag advanced java so people can identify it. Java has changed so much and this video helps me how to catch up

prajwaltirpude
Автор

Thank you Sir, I learned a lot from your channel over the time. The way you explain concepts by giving real world project examples and its history of evolution is amazing to stay tuned to your channel.

ManishankarBolli-vogv
Автор

Sir, your streams and tutorials on Java have been extremely helpful to me as a competitive programmer. I appreciate the comprehensive and easy-to-understand content that you provide, including topics such as lambda expressions, functional interfaces, and the forEach method. Thank you for sharing your knowledge and expertise with the programming community.

om_ashish_soni
Автор

I wish someone had taught me like this in college. Amazing tutorial. Thanks so much!

shrutigoyal
Автор

I've worked in Software for 20 years and these videos are so clear and concise! Really helpful. Thank you so much :)

doogiet
Автор

Your explanation is very good. I was searching for this video since long. Could you please add more videos on Streams API and other Java 8 features. Also request you to add it on one playlist as other Java 8 playlist is also available which has 10 short videos. Thank you for the awesome work .... Kudos to you :)

sunitaa
Автор

I thought it is a JS video. I played the video and started watching it, later I found the difference is in the arrow, " => " to " -> " only, I thought may be a new feature of ES7 or later version. In some time I noticed " public static void main " is peeping. All these time I was sleepy and after seeing this I was shocked. Thank you Navin sir, I didn't know even JAVA has these features.

souvikmukherjee
Автор

this is the best explanation available for steam api on the internet!
Hats off Navin sir

siddharthvinze
Автор

Naveen, You just nailed it, you cleared out three things.. predicate, lambda, stream api method .

programming
Автор

Thank you Navin Reddy for excellent tutorial, you always explain the concepts in most simple terms

PushpendraKrSingh
Автор

Thank you so much man. Finally can understand the streams! Everyone apply it and says that is just putting a dot here and there but no one explain it step by step and how to enchained. Shows how powerful Java is 🤖

fernandobondar
Автор

Paid gfg course they thought streams yesterday but I couldn't understand. Here today I'm learning amazing content free. Thankyou.

lohithaadapala
Автор

today i had i interview. thanks to this video i was able to provide good answers. 🙏

kasunlalendra
Автор

Sir ur amazingly explains every topic easily and explains every single point to point 😍👌👌👌
I just loved it 😍

MAX-ympm
Автор

The way u explain the basic details kind of imprints on mind. Thanks

prabin_kumar
Автор

for : 20:23
List<Integer> numbers = Arrays.asList(1, 2, 3, 4, 5, 6, 7, 8, 9, 10);

Function<Integer, Integer> mapper = n -> n * 2;
List<Integer> doubledNumbers = numbers.stream()
.map(mapper) // Double each number

System.out.println("Doubled numbers: " + doubledNumbers);

kartikeyatiwari
Автор

One of the Best video which I have seen in 2022
Thanks covered alot in single video

sreenu
Автор

Your explanation is clear and concise. You teach a lot better than my mentors! Thank you so much! Subscribed!

Zeltricks
Автор

Thank you, I watched this video, very valuable, I had no understanding about lambda expression during the video, so I watched it and watched this video again, you explain very well.

DeepCoderMK
Автор

Good Explanation !! I am clear now how to use stream API !! Thank you so much for uploading this video !!

rushikeshr
visit shbcf.ru