Stream API in Java | Complete course | Explained in Hindi | Interview question explained on Stream
ฝัง
- เผยแพร่เมื่อ 20 ธ.ค. 2024
- Java Stream API with this in-depth tutorial. Learn how to leverage functional programming principles for seamless and efficient data manipulation. From basic operations to advanced techniques, this video covers it all. Whether you're a beginner or an experienced Java developer, enhance your skills and write more expressive and concise code using Java Stream API.
My Tutorial Website: studyatnight.com
Code used in this video are uploaded to Github: github.com/sub...
Topics covered:
Introduction to Java Stream API
Intermediate & Terminal Operations
Functional-style operations (filter, map, count, sorted, max, min, etc.)
Comparator & Comparator using functional programming.
Real interview questions solved using stream API
Best practices for effective stream usage
Dive into the world of streams and revolutionize your Java programming. Don't miss out on this essential guide to mastering the Java Stream API!
seriously it's a excellent video sir, I watched complete video didn't skip for 10 sec also , your explained every mathod of stream in a excellent manner ❤️❤️
Thank you for your support 💖
I have watched many videos on Stream API on TH-cam but couldn't understand, This video helped me to understand the concepts easily. Thanks.
Thank you for your comment Its really motivates me to provide quality content ♥️
Great! need more interview preparation videos for job switch.
U made whole thing very easy
thank you bhai minimal aur efficient way me sikhne ke liye
Thank you ♥
Precise and to-the-point video. Bohot helpful tha ye, aise hi aur bhi java topics like - Serialization, Multithreading, etc ka one shot videos banaiye. Excellent work. Subscribed!
Thank you for your support.❤ Stay tuned ✌️
Bahut Sahi Tutorial Tha Understanding Bhi Clear Tha. Thank You Sir
Thank you ❤️
Simple, precise and clear video. well done. Thanks for your efforts.
Glad it was helpful!
firstly I thought streams are difficult part in java 8, this video help me to understand concept more clearly. Thank you!!
Glad it helped! ♥️
Exactly , you have explained very well .Thank you sir.
So nice of you♥️
Nice quality nice explaination , please continue other java topics.
Thank you for your support Vinay ♥️
Stay Tuned.
Thanks a lot sir for teaching in a such way that with wasting time and not consuming any time and simultanously teach large volume of topic in this short video. We are blessed that @Bit and Byte type youtube channel are really doing well work for us.
So nice of you 💖
Really Amazing video, InDepth content on stream, keep it up sir:)
Thanks a ton
Thank for sharing such a valuable contents. Please share more programs using stream API. your way of explaining the concept is awesome.
Thanks alot.
Thank you for your comment ♥️
Very helpful video thanks bhai❤
Thank you for your comment ♥️
Bhai aap chizz kya ho yrr ...❤️❤️❤️ Wonderful explaination
Thank you Bhai ♥️
Thank you so much for this video! Keep it up 👍
You explained it really well.. Thanks.
Thank you 👍🙏♥️
you doing great job 👍
Thank you so much 😀
Sir you are doing very good job 🚩🚩
Thank you ❤
@@BitsAndBytes0101 Sir,you are truly doing a fantastic job, sir. Your video content is quite beneficial for both novices and experts. Please keep up the good work and continue to produce helpful stuff.Once more, you have my salutations
Great explanation sir
Thank you
Helpful video, thanks✨
Thank you ♥️
It's very informative and useful... thanks
Excellence video
simple and very nice explained
Thank you ♥️
Can you please share the code links whatever is done in this video. Found this video helpful , so if you could please share stream API codes it would be much much helpful for reference in future and also for interview preparation🙏
Thank you for your suggestion. I 'll share all the code through my GitHub link 🔗. I am travelling right now once I am back, I will update my GitHub url in the description. Most probably it will be updated by the 1st week of March. 😊
Thank you so much@@BitsAndBytes0101
@@BitsAndBytes0101: Please provide Git link.
@@AbheyBhatia Please find the Git URL in this video description also mentioning here: github.com/subhash307/BitsAndBytes
Thank you so much!👏👏
bro while doing min and max will it automatically sort first?
Yes it will do default sorting first
Superb...
Thank you ♥️
Include reduce() bhai.... overall this is informative
Thank you for your suggestion ❤
wating for new videoes..........
Thank you ♥️. Very soon new video coming.. 😇
Please make a video in collectors
In the last program, Can we also filter based on gender and count?
Yes we can.
@@BitsAndBytes0101 Thank you
Very Excellent video
Thanks for watching
Great video.....
Thank you so much.
sir please come with spring boot
Yes, I am planning to make the complete video series on Spring boot . Stay Tuned😇
@BitsAndBytes0101 please start it as soon as possible ! Most awaited Spring Boot playlist !
pls make video on aggregation and projections.
Sure I will make thank you for your comment ♥️
How can i reverse list of string using stream api
You an use following ways: List reversedList = originalList.stream()
.sorted(Collections.reverseOrder())
.collect(Collectors.toList());
@@BitsAndBytes0101 this will sort the list as well , I don’t want to sort the list for eg :I have a list = [“shanu”,”monu”,”nikhil”,”sonu”]
I want output as [“ sonu”,”nikhil”,”monu”,”shanu”] using stream api
Use .filter() for that
@@priyanshusuman8608 List newlistt = List.of("shanu", "monu", "nikhil", "sonu");
List filterlistt = newlistt.stream().distinct().collect(Collectors.toList());
Collections.reverse(filterlistt);
System.out.println("Reverse List filter " + filterlistt);
Output will come => Reverse List filter [sonu, nikhil, monu, shanu]
nice video, but interview questions or dalo stream pe
kaha se teep teep kar likh rahe ho code
Keyboard se teep teep kar likh rha bhai 😅
Dark theme use mat kijiye
Ok