20 Type of Stream Operations in Java 8

Опубликовано: 11 Февраль 2026
на канале: coderolls
41
0

#Java8Features #Streams

In this video we will see the types of the Java 8 Streams operations.

Java 8 Streams operation can be divided into the two types.

Intermediate Operation and Terminal Operation

The operation which return stream object as a result and do not get executed until and unless the terminal operation invoked , is called as intermediate operation.

The operation which returns a result from the stream is called as terminal operation. Terminal operation produces the result. The result can be of any type. It can be Integer, String or any custom object.

Watch this video to learn more about the intermediate operation and terminal operations.

This video is a part of Java 8 Features Full Course. ▶️    • Java 8 Features - Full Course  

GitHub Repository Link: https://github.com/coderolls/java-8-f...

00:00 Recap
00:20 Types of Stream Operations
00:45 Intermediate Operations
03:28 Terminal Operations
06:26 Conclusion

Buy me a coffee ☕: https://www.buymeacoffee.com/gauravku...

This is video is uploaded by codeRolls. Visit us at https://coderolls.com

Subscribe to my YouTube Channel ►    / @coderolls  

Follow us on:

Twitter ►   / coderolls  
Facebook ►   / coderolls  
Instagram ►   / coderolls  
Pinterest ►   / coderolls