Java Stream Question and Answers
1. | What is a stream? |
---|---|
A Stream is an abstraction that either products or consumes information. | |
2. | What are the types of Streams and classes of the Streams? |
---|---|
There are two types of Streams and they are
|
|
3. | What is serialization and deserialization? |
---|---|
|
|
4. | What is object serialization? |
---|---|
|
|