0 votes
400 views
in Java by
What is stream pipelining in Java 8?

1 Answer

0 votes
by (5k points)
Stream pipelining in java 8:- Stream operations return stream itself so that their result can be pipelined. These operations are called intermediate operations and their function is to take input, process them, and return output to the target. The collect() method is a terminal operation which is normally present at the end of the pipelining operation to mark the end of the stream.

Share:- Whatsapp Facebook Facebook


Welcome to Developerhelpway Q&A, where you can ask questions and receive answers from other members of the community.

Categories

...