What do you understand by stream? Name the Java package that contains stream
classes............
Please help me it's urgent.............
In reference with JAVA...........
Answers
Answered by
8
Answer:
A stream can be defined as a sequence of data. The InputStream is used to read data from a source and the OutputStream is used for writing data to a destination. InputStream and OutputStream are the basic stream classes in Java
Java provides a new additional package in Java 8 called java. util. stream. This package consists of classes, interfaces and enum to allows functional-style operations on the elements.
Explanation:
please follow me and make me brainliest
Similar questions