Stream Pipelining is done by dividing the operations which can happen on the flow into two categories. The first is Intermediate operations and the second is Terminal operations. The common operations return the stream itself so that the result can be pipelined. The terminal operations remain at the end of the pipelining operation. It returns the final value, and the pipeline is terminated.

BY Best Interview Question ON 18 Jan 2020