Город МОСКОВСКИЙ
00:30:21

Java 8 Stream Api

Аватар
Программирование в деталях
Просмотры:
31
Дата загрузки:
05.12.2023 13:10
Длительность:
00:30:21
Категория:
Обучение

Описание

In this video we are discussing about very important java 8 feature Stream api.

This video covers below topics related to stream api.
1. What is stream api?
2. Where to use stream api?
3. What all important method in stream api?
4 How to iterate over collections using stream api?
5. how to use stream api method map(), flatMap(), filter(),distinct(),collect(),reduce(),maxBy(),minBy() etc.
6. This video also covers intermediate and terminal operations in stream api.

Stream api is used to process collection of objects.
Stream won't change original data structure .

Stream is nothing but it is sequence of object that will use different methods which will call in pipelined to perform operations and produce result.

we have done brief discussion about parallelstream also.

Stream api is most used java 8 features , and very important in term of interview questions as well.

Other Java 8 features can be learn from below video links-

Function Interface and Lambda Expression:
https://youtu.be/jZExcdEObQs

Optional Class:
https://youtu.be/3bviUpUWrmg

Static Method in interface:
https://youtu.be/OYLaijXDU2Y

Default Method in interface:
https://youtu.be/ArL-CyDXGIo

DateTime API:
https://youtu.be/Wx4O-Udds5s

Method Reference:
https://youtu.be/QxIAMgI9mGA

Base 64:
https://youtu.be/NaGxbyouT5U

#java
#javatutorial
#javaprogramming
#stream
#streamapi
#lambdaexpression
#lambdaexpressionsinjava
#lambdaexpressioninjava
#featuresofjava8
#techfest java
#functionalinterface
#filter
#map
#collect
#jdk
#jdk1.8
#java1.8
#java11
#object
#class

Рекомендуемые видео