Комментарии:
All doubts got cleared for differences between map and flatMap operations of stream API. Thanks
ОтветитьA clear explanation
ОтветитьGREAT EXPLAINATION ....Thanks SIR
ОтветитьVery clear explanation 🔥👌🏻
ОтветитьThanks a lot for your efforts and putting this video.
ОтветитьThanks for clearing the point
ОтветитьThe code example is quite comprehensive and useful.
Great thanks!
Thanks sir...this topic is very helpful for interview purpose
ОтветитьPlease rename the word "flattering" to "flattening" . "Flattering" means to praise a lot,- lot of thumbs up for this video is flattering. Flattening is to reduce dimensions that flatMap does. Thanks
ОтветитьThank you sir. Very informative.
Ответитьwhy your video don't have subscriptiion , hic
ОтветитьSimple and clear explanation thank you
ОтветитьThank you :)
ОтветитьI think it is called Flattening and not Flattering as you convert or transform stream of stream data into single flat stream of similar data.
ОтветитьYou do it very well! Great explainations!! After this, all I understood is that decreasing object levels with flatmap to one level, gives a map!
Ответитьgood explanation! Thank you!
ОтветитьProvided knowledge with simple example.
ОтветитьNice. note that its flatenning and not flaterring.
ОтветитьSimple & Precise..
keep it up
Thanks for your wonderful explanation!!
Ответитьthanks for the great tutorial.. will really appreciate if you can show some complex flatmap operations with List of Maps etc.. it is tricky sometimes to work with HashMap in streams.
ОтветитьCars24 interview question
ОтветитьExcellent explanation 👌
ОтветитьThanks for the video. One to One and One to Many explanation was really really great.
ОтветитьToo many Ads! :(
ОтветитьNice video
ОтветитьEnglish and spell checks needs to be improved. Flattering and Flattening are 2 different words.
Ответитьis it flattering or flattening?
Ответитьbhai best tutorial i have ever seen...love you.
ОтветитьCan we collect sorted map into new Map rather than printing
Ответитьstraight forward stunning explanation got concept easily.
ОтветитьWhat an explanation sir .. hats off
ОтветитьThank you
ОтветитьVery good explanation 😊
ОтветитьThanks
ОтветитьWhat a clear and practical explanation, thank u sir!
ОтветитьAwesome explanation sir, Great❤
Ответитьeverywhere people have complex definition. this one not only explained well but with a good example too.
ОтветитьMy question is y someone would need all phone numbers of employees... any real time scenarios?
Ответитьflatmap->many to one not one to many
ОтветитьNice
ОтветитьThanks a lot....
ОтветитьFor anything I want to learn newly in java, I search for your videos! Awesome explanation. You're doing a great job! Thank you so much sir.
ОтветитьThank you for your nice explanation
ОтветитьThanks basant 🙏
Ответитьflatter ? I am sure you mean "flattening" or "flatten". its allright, you don't need to flatter me or praise me for pointing this out :)
ОтветитьFlattening and not Flattering. I
m so Flattered. 🙂
Thanks for your clear explanation and dedication
ОтветитьThe word is "Flattening" not "Flattering".
"Flattering" means "excessively or insincerely complimentary".
"Flattening" in Java Streams involves transforming a stream of collections (e.g., a Stream<List<String>>) into a single stream of elements