Тёмный

17.11 Stream API in Java 8 Tutorial 

Telusko
Подписаться 2,4 млн
Просмотров 394 тыс.
50% 1

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 89   
@LobhoGil
@LobhoGil 6 лет назад
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.
@adityadarekar3963
@adityadarekar3963 3 года назад
Agree!
@sunnyk794
@sunnyk794 2 года назад
Not organized
@TheSachinnavle
@TheSachinnavle 6 лет назад
Does Navin says Welcome back ALIENS? :D
@susmitasahu8544
@susmitasahu8544 3 года назад
Yes😂
@skycreations8318
@skycreations8318 3 года назад
@@susmitasahu8544 Really ? I cant stop laughing....😁😁😁
@susmitasahu8544
@susmitasahu8544 3 года назад
@@skycreations8318 he used to say that ..
@joyanfernandes
@joyanfernandes 4 года назад
Oh... Boy, you gotta STREAM that video properly... Lots of jumping around, I reckon.
@poojasahu8667
@poojasahu8667 3 года назад
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.
@vivek1857
@vivek1857 7 лет назад
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 !!
@BHARATHISINGARESI
@BHARATHISINGARESI 2 месяца назад
Sir how to override the default methods of same name when a class implemented both the interfaces? Getting error as NoSuchMethodError while calling through object..tried by casting again but getting only ovverriden method output in class..how to get output of methods of interfaces?
@joygamers8426
@joygamers8426 2 года назад
Are you Indian
@ravikantchauhan2106
@ravikantchauhan2106 2 года назад
a lot of confusions.....after watching it, some concepts became more messed up and some of them get easier to understand.
@anjanisreegodisela9843
@anjanisreegodisela9843 2 года назад
This video is not clearly not explaining about stream API, lot of confusion in topic
@divyeshkumarbalar7732
@divyeshkumarbalar7732 5 лет назад
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.
@vigneshv1517
@vigneshv1517 8 лет назад
if someone ask me who teach you the java programming...i will say navin reddy sir......thank you soo much sir.....
@ash-sy5el
@ash-sy5el 6 лет назад
Vignesh V i
@abhinavdadhich2311
@abhinavdadhich2311 3 года назад
best explained i have many many confusions and only this video clears almost all
@meheralok
@meheralok 5 лет назад
All your videos are the best in their nature. This is one of the best java8 tutorials available. Thanks a lot.
@bittooaggarwal5776
@bittooaggarwal5776 3 года назад
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.
@thotamounika5633
@thotamounika5633 4 года назад
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.
@MrSagar1654
@MrSagar1654 7 лет назад
Hey, A suggestion : Anything new should be start With Why first they What and How. but here totally confused in this video.
@PoojaGupta-rp2js
@PoojaGupta-rp2js 3 года назад
I believe there are Intermediate and Terminal Operations/Methods available in Stream API but you have used word Terminate Method which sounds incorrect. Not sure !!!!!
@zeeshanali2805
@zeeshanali2805 4 года назад
values.add(i) giving me error cannot find symbol but i already defined using for loop. Below is the program public static void main(String[] args) { List values = new ArrayList(); for(int i=1; i
@PandeyRavindra1
@PandeyRavindra1 5 лет назад
Such a stupid title of vedios, time waster last 10 vedios he didn't even used stream concept. Bogus
@pperez1224
@pperez1224 6 лет назад
You have to create your threads because you have to understand what you are doing. Letting the system decide is inefficient , same as saying that since java use garbage collector you should not worry about memory usage at all. And thats wrong , the first thing a java profile tells you to do is to reduce useless allocation. Good programmer manage lifecycle themself. Lazy programmers says 'why should i have to think' ? IA is still not a reality mate, just marketing . And a processor is pretty dumb. Knowing the amounts of threads you PC manages ( hundreds .. ) its very unlikely 4 core are going to work for you only and if you will quickly end up having a streamParallel() calling a code with streamParallel(). So if the first uses 4 cores , the second can't . But the nested one in functional programming has to be evaluated first so at then end you only use 1 thread on the critical code.
@kumars5629
@kumars5629 2 года назад
Confused explaination
@ayanaashree
@ayanaashree 7 лет назад
This is the best java video. You make it so simple.
@gajeshtripathi5721
@gajeshtripathi5721 3 года назад
When we call stream function second time then which Exception will raise? Answer is: IllegalStateException
@mithungajbhiye3740
@mithungajbhiye3740 4 года назад
Sir can you tell if I am using stream to convert List to Map does it require to close if not why?
@kush92296
@kush92296 3 года назад
I see all your videos of JAVA 8 at 1.5x speed it helps to focus more.
@rupn9633
@rupn9633 2 года назад
usually your videos are good, this is not clear
@prerakchoksi2379
@prerakchoksi2379 4 года назад
whats the difference between values.foreach() and values.stream().foreach()?
@biswajitjana9815
@biswajitjana9815 8 лет назад
You r great
@kalyanraju4251
@kalyanraju4251 8 лет назад
Really helpful .Thanks so much for sharing your knowledge 😊
@akshobhyakallapur4449
@akshobhyakallapur4449 4 года назад
What is Steram? Is it data structure ? if So Can you please tell
@mdmainul822
@mdmainul822 4 года назад
I want to play youtube videos in samsung b313e
@zeliofern
@zeliofern 6 лет назад
very basic tutorial only for beginners not for advanced ones.
@amirayoub5809
@amirayoub5809 5 лет назад
Great job explaining but if I am going to click on wanting to know about stream() API. Stick to the current subject.
@vyshnavireddy1121
@vyshnavireddy1121 2 года назад
HI
@mandeepsharma8305
@mandeepsharma8305 6 лет назад
Great work. One question why to stand there in a video and talk? We could have background voices for the explanation. This way we could focus more on the code, not on the hand gesture.
@rameshnaidu8951
@rameshnaidu8951 7 лет назад
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.
@shruthimarroju5055
@shruthimarroju5055 2 года назад
Please add. Video in description
@nitinverma8486
@nitinverma8486 7 лет назад
Hi Navin , thanks for the these videos it really helped. I need your help, actually in one of my project I need to capture a video from Set top box and display it on jframe. Right now I can capture STB video using video grabber card "Easycap" and ffmpeg command line tool. I have googled but I didn't got success to capture STB content using Java. Please help me.
@kavyajain7935
@kavyajain7935 6 лет назад
Very good work... Amazed some people are disliking...
@Amazingkattuvasi
@Amazingkattuvasi 4 года назад
Is there Java alpha male course available
@shradhank
@shradhank 8 лет назад
Thanks :)
@sweat_gamer5540
@sweat_gamer5540 5 лет назад
Looks like Navin is confused. Starting to explain one thing and then "Hold On"... Then jumping to another this... Total MESS
@HumaraTuiTioOn
@HumaraTuiTioOn 5 лет назад
Its not his fault that u r not getting it . May be u should concentrate what he is saying .
@chaitu533003
@chaitu533003 8 лет назад
great video navin garu
@snehaniranjana
@snehaniranjana 7 лет назад
I see "System.out::println" in this video, Does this"::" in the statement mean anything? I haven't come across.
@medbelaziz3818
@medbelaziz3818 7 лет назад
he said that "::" means that the println methode refers to th object "Out"
@KazakovVsevolod
@KazakovVsevolod 7 лет назад
System.out::println
@AllRounder-km3lh
@AllRounder-km3lh 6 лет назад
Nice
@tareqislam8644
@tareqislam8644 5 лет назад
Sir your teaching quality along with your speaking style is really amazing. :D
@sivamunnaluri2263
@sivamunnaluri2263 6 лет назад
You mentioned parallelStream creates thread based on the core . stream() also create a separate thread
@amanvikram04
@amanvikram04 3 года назад
Naveen is a good teacher
@pawebugiel319
@pawebugiel319 Год назад
awesome explanation
@susampathmadarasinghe
@susampathmadarasinghe 7 лет назад
how can i upload a image to server using stream api ?i just want the concept
@aakashavril
@aakashavril 6 лет назад
Unable to find the second part of this video.
@tareqislam8644
@tareqislam8644 5 лет назад
Sir please make a video on Rxjava2 and Stream
@kartheek.g3667
@kartheek.g3667 8 лет назад
I am awaited awaited awaited for next video finally you made it thank you bro
@bhaibhavghimire362
@bhaibhavghimire362 7 лет назад
Great Video!!You make Java so Simple man.Kudos!
@viveksharma7669
@viveksharma7669 5 лет назад
Sorry Bro but I have to say this. I couldn't get much out of your explanation of streams.
@SaravanaKumar-yh2pf
@SaravanaKumar-yh2pf 3 года назад
Thanks
@mithunkumarmajumdar8048
@mithunkumarmajumdar8048 5 лет назад
very nice
@daddashikamani
@daddashikamani 6 лет назад
This video seems incoherent and lacks a script with the presenter jumping from one train of thought to the next. Too verbose as well.
@sarika9031
@sarika9031 6 лет назад
Anoop Hallimala right.
@amardhillon314
@amardhillon314 7 лет назад
thanks a lot for making this video
@ershekharsolanki
@ershekharsolanki 3 года назад
👌
@rohanpiplani841
@rohanpiplani841 8 лет назад
you are the best
@ragasgnuluk3337
@ragasgnuluk3337 5 лет назад
you're the man :)
@xx-tn2ue
@xx-tn2ue 6 лет назад
这口音,杠杠的~
@rishikeshkmr
@rishikeshkmr 5 лет назад
Best explanation over the internet!
@sarath6789
@sarath6789 5 лет назад
Learning on the same day :)
@learnlearn236
@learnlearn236 8 лет назад
too good.!
@umeshbhale3066
@umeshbhale3066 6 лет назад
I am not understanding Please make another video
@TechnoSan09
@TechnoSan09 10 месяцев назад
3:30 to 4:50 that's not correct the OS doesn't work like that we can achive multithreading in a single core itself also if there are n-cores there is no guarentee that it have n-threads it can have more than that all those things are manages by operating system
@hyperborean72
@hyperborean72 7 лет назад
WTF he is talking? I can't understand a word from his mumbling
@senthoorran
@senthoorran 7 лет назад
may be pronunciation barrier. There r 153 likes and 4 dislikes. So it means there r many people following his videos to study. If u dont understand, clarify which way he can improve. Please don't just insult him. Navin, Thanks for ur videos and dont keep on doing. we r with u
@marceloperezmaciel2173
@marceloperezmaciel2173 7 лет назад
thank you for the tutorials Navim, just one curiosity, what is your native language?
@marceloperezmaciel2173
@marceloperezmaciel2173 7 лет назад
I can understand almost everything .. except when he talks faster sometimes, maybe because Portugues is my native language turn it more easy to understand
@vimalsagar8079
@vimalsagar8079 7 лет назад
His native language is Telugu which is one of Indian regional language. In india people talks many languages
@SSchithFoo
@SSchithFoo 7 лет назад
Dats because your mom dropped u when u were a child. Now u have learning difficulties. Stop projecting it on to others.
Далее
Stream API in Java
26:04
Просмотров 331 тыс.
17.22 New Date Time Api in Java 8
11:23
Просмотров 193 тыс.
Lambda Expression in Java 8
10:35
Просмотров 480 тыс.
Java Streams Tutorial | 2020
19:13
Просмотров 261 тыс.
Stream API in Java : Foundation |  Java 8
55:31
Просмотров 15 тыс.
Java Streams API Explained (with examples)
18:09
Просмотров 6 тыс.
Method Reference in Java 8
21:06
Просмотров 184 тыс.
Java 21 - Language Features and Beyond
29:20
Просмотров 21 тыс.