A

Admin • 831.35K Points
Coach

Q. What does `peek()` return?

  • (A) A list of elements
  • (B) The same stream after performing a side-effect
  • (C) A copy of the stream
  • (D) Null

Explanation by: Admin
`peek()` returns the same stream after applying a side-effect action.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.