Тёмный

Stream API in Java : Foundation | Java 8 

Подписаться
Просмотров 16 тыс.
% 507

In this video we will learn about one of the Java 8's new features called Stream API. The java stream api introduced in java 8, changed the way we write and read java code.
Java Stream API is an absolute beast when it comes to data processing as it enables the scope to process the data in a declarative approach. It opens a way to fusion multiple methods by doing method chaining and gives us a way to write lambda expressions as most of the Java streams methods accepts lambda as a parameter. Thus we can reduce our traditional loops/condition checks / conversion code and significantly improve our code readability.
As we have discussed, The java Stream api is not a data structure but it is used to process a collection of objects.
In this episode we will learn, How we can open a stream from a source and how we can process the elements from our stream using Stream api methods.
In this video, We will discuss about the
1.Java stream api 's generate() which helps us creating a infinite stream
2. Stream also has a method called Stream.of which helps to create finite data stream
3.We will also understand the way to create java stream from a collection.
4.Last but not the least, we will learn a way to consume each of the elements from a java stream.
Timestamp
-----------------
00:00 - Introduction to java 8 stream api
04:47 - Stream generator
06:28- Java Functional Interface : Supplier
12:31 - Stream API foreach()
06:28- Java Functional Interface : Consumer
20:18 - Stream.of
24:55 - Stream in Java with Animation
31:21 - Lambda & Stream in Action
46:36 - processing a List of Custom objects with java stream
We will learn about the advantages of Stream API and Start understanding Java 8 Stream deeper from the next video.
For more free/paid courses visit
www.seleniumexpress.com
LINKS AND FREE LEARNING RESOURCES
========
Watch my new mock interview series for java developers
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-yX2w-Sof95s.html
Watch my new Hello spring boot series
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-F_rGkDeihBg.htmlsi=AvqLgRVvytkhy8lq
Watch Spring boot Hot topics
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-CUQWZHjuq-w.html
spring core
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-r2Q0Jzl2qMQ.html
spring mvc
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zCHrZdJODg4.html
spring mvc intermediate
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-40YaLHbrwrY.html
Spring JDBC
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5j_vh1b9dV8.html
spring live project
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-m_b_FwDjAXM.html
SPRING SECURITY COURSE[NEW]
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NMNLozLGT1s.html
For more courses visit
www.seleniumexpress.com
Any time you are getting stuck with issues, Feel free to ask for support.
You can send mail to seleniumexpress@gmail.com
you can ping me on my Facebook page
seleniumexpress
Make sure to join my private Facebook page (Ask me here)
“SeleniumExpress - Support"
groups/187000222361579/
you can ask for support in my website forum
www.seleniumexpress.com
Follow me on Insta
selenium_express

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

 

14 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 51   
@nogamenolife1135
@nogamenolife1135 3 месяца назад
Yes , we need multi threading and concurrent APIs in depth please
@sarath3925
@sarath3925 2 месяца назад
Yes we need a milti-thread full depth
@YuhIoLLL
@YuhIoLLL 2 месяца назад
Sir, thank you for your contributions over the years. Can you make a clip about the good books you have read? I watched the videos 5 or 6 years ago and saw that you had many books, like head first java, cracking coding interview... I'm curious what books have accompanied you to achieve this point.
@vndprasadgrandhi7024
@vndprasadgrandhi7024 3 месяца назад
Finally, we gave seen ur video on java8 cconcepts from 3 years onwards...Plz start the videos on Java8 and above versions 😊
@KeerthanaPatnana
@KeerthanaPatnana 3 месяца назад
Thank you, my guru, for posting this video. Two days ago, I had an interview where I was asked about streams and Lambda expressions, but I couldn't answer because I wasn't familiar with them. Now, I've opened RU-vid to learn about these topics, and I've found your video🤩. Could you also please post a video on Lambda expressions? Thank you in advance.
@Siri-wo4gk
@Siri-wo4gk 3 месяца назад
Can you share the questions what are those It may help us too??
@nikhilraj9524
@nikhilraj9524 3 месяца назад
Ah, I was waiting for java 8 from you.
@cmakveeresh1809
@cmakveeresh1809 3 месяца назад
Your sharing knowledge as Stream.. thank you abhilash
@abhijitpaul8802
@abhijitpaul8802 3 месяца назад
Sir please start concurrent apis and multi threading in depth.. thanks in advance
@phamcongtoan1399
@phamcongtoan1399 3 месяца назад
+1
@devanshsharma2271
@devanshsharma2271 3 месяца назад
+1
@naveeshivam
@naveeshivam 2 месяца назад
+1
@anilkrajamoni1484
@anilkrajamoni1484 2 месяца назад
Here we again with nice content. Next video please do it on Multhreading , concurrency, asynchronous , executor service
@DarkKnight_2324
@DarkKnight_2324 2 месяца назад
Amazing demonstration. Please cover multithreading🙌
@DiliPYadav-pn8rc
@DiliPYadav-pn8rc 2 месяца назад
Very good video for beginners . We need one tutorial on spring cloud with AWS.
@ShivrajPawar-w9g
@ShivrajPawar-w9g Месяц назад
Your way of explanation, I always enjoy it.
@raj242adk
@raj242adk 2 месяца назад
Why you are using Getter and Setter if you have to pass the parameter into the constructor??? And nice video i now understand the proper use of functional interface and lamdas expression.Thankyou
@rahulbhatanagar6175
@rahulbhatanagar6175 2 месяца назад
Loved your way of explaining the things😘.
@roopant8999
@roopant8999 3 месяца назад
Most awaited Java8 features, thanks Abhi❤
@Vithal_Nivargi
@Vithal_Nivargi 3 месяца назад
Awaiting series! Thanks so much depth contents.
@srikanthbathula6714
@srikanthbathula6714 3 месяца назад
Hi Abhilash, Could you please make a playlist on Thread executor service, completable future in Java 8
@prateekgupta1224
@prateekgupta1224 3 месяца назад
Thanks bro.... waiting for what you gonna cover in the next video in this series
@ashwinajmery6071
@ashwinajmery6071 3 месяца назад
This video I have been waiting for, must more videos please post
@premkumar-jz4di
@premkumar-jz4di 3 месяца назад
Thanks abhilash u r teaching is really awesome 👍.❤
@vijik2988
@vijik2988 3 месяца назад
Was waiting from some long for Java 8 videos thanks ❤
@GuruPrasad-jc6py
@GuruPrasad-jc6py 3 месяца назад
Hi Abhilash, please make a in-depth video on Multithreading In java. Thanks in advance
@ManasaNalam
@ManasaNalam Месяц назад
Thank you very much Abhilash
@MyHemanthKumar
@MyHemanthKumar 3 месяца назад
Finally, glad to watch this.. thank you Avilash
@kanishnithi7491
@kanishnithi7491 2 месяца назад
Thanks For this Video
@vysaivicky4724
@vysaivicky4724 3 месяца назад
May I know what are the topics come under Java 8?
@kutra100
@kutra100 2 месяца назад
Stream.forEach(...) Do you know where is the implementation for forEach(....) ?
@simanimalik322
@simanimalik322 3 месяца назад
Awaited😊 Series
@shuvrapatra5925
@shuvrapatra5925 3 месяца назад
What a introduction....❤❤❤❤
@SeleniumExpress
@SeleniumExpress 3 месяца назад
Thank you 💖
@TomarSahab
@TomarSahab 3 месяца назад
Although I know this topic but loved the details
@Mobile-x8g
@Mobile-x8g Месяц назад
can u post multithreading and concurrency apis
@nikhiltaprania5047
@nikhiltaprania5047 3 месяца назад
Big fan sir, do you have any full stack project (react + springboot)
@tammamdarwish4298
@tammamdarwish4298 27 дней назад
Sir we need microservices design pattern ,and projects in spring boot and microservices,docker,please
@kalyang2990
@kalyang2990 2 месяца назад
Please change your IDE background it's hard to see the IDE with that dark background color..!!
@MalobikaNandy
@MalobikaNandy 3 месяца назад
Thank you so much for this.
@usaamaizm
@usaamaizm 3 месяца назад
Most awaited, thank you ❤
@universal4334
@universal4334 3 месяца назад
Please start multi threading after completing this series.
@VAR2024
@VAR2024 2 дня назад
How to join your training class
@spartan5886
@spartan5886 2 месяца назад
Loved it
@manikantarv9059
@manikantarv9059 2 месяца назад
Hi bro, please make video on Kafka in deep
@santhoshchandran6952
@santhoshchandran6952 3 месяца назад
Thanks Abhi 😊
@venkatesank1378
@venkatesank1378 3 месяца назад
Most waited one thank you 🎉🎉🎉❤
@Code_Addicter
@Code_Addicter 3 месяца назад
Sir please make tutorial on devops jenkins And docker on Server machine.
@agfacts2142
@agfacts2142 3 месяца назад
First like and comment🫶
@dnyaneshwarganlewar3938
@dnyaneshwarganlewar3938 3 месяца назад
Bro ascent really doesn't suits you so use normal English 😊
@tabishrizwan9137
@tabishrizwan9137 3 месяца назад
Assignment: Stream.of("Abhilash","Sellenium","Express","Channel").forEach(System.out::println);