What is a Stream
- By
- On 25/09/2016
- Comments (0)
- In Dubious Java 8
- Object which is used to define a set of Operations
- The stream doesn't pocess the data on which it executes its operations
- The stream doesn't modify the data that is under its treatment
- The stream treats the data on one pass execution
- The stream is algorithmically optimized and enabled to be used for parallel executions