InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Limit Method Of Stream In Java 8? |
|
Answer» The 'limit' METHOD is USED to REDUCE the SIZE of the STREAM. The 'limit' method is used to reduce the size of the stream. |
|