InterviewSolution
Saved Bookmarks
| 1. |
What Are The Changes In Iterate Method Of Stream? |
|
Answer» ITERATE method now has HASNEXT predicate as parameter which STOPS the LOOP once hasNext predicate returns FALSE. iterate method now has hasNext predicate as parameter which stops the loop once hasNext predicate returns false. |
|