What is a Stream

  1. Object which is used to define a set of Operations
  2. The stream doesn't pocess the data on which it executes its operations
  3. The stream doesn't modify the data that is under its treatment 
  4. The stream treats the data on one pass execution
  5. The stream is algorithmically optimized and enabled to be used for parallel executions 

 

 

Add a comment