Java8 > Streams > Flashcards
What is a Stream in Java
Stream in java is a sequence of data.
What is stream pipeline
Stream pipeline is the operation that runs on the stream to produce the results
What are the three parts of pipeline assembly