InterviewSolution
Saved Bookmarks
| 1. |
How are Collections different from Stream? |
||||||||||||
|
Answer» Collections are the SOURCE for the Stream. Java 8 collection API is enhanced with the default methods RETURNING Stream<T> from the collections.
|
|||||||||||||