InterviewSolution
Saved Bookmarks
| 1. |
What Is Streams In Java 8? |
|
Answer» Stream represents a SEQUENCE of OBJECTS from a source, which SUPPORTS aggregate OPERATIONS. Stream represents a sequence of objects from a source, which supports aggregate operations. |
|