1.

What are the sources of data objects a Stream can process?

Answer»

A Stream can process the following data:

  • A COLLECTION of an Array.
  • An I/O channel or an input device.
  • A REACTIVE source (e.g., COMMENTS in social MEDIA or tweets/re-tweets) 
  • A stream generator function or a static factory.


Discussion

No Comment Found