A

Admin • 828.03K Points
Coach

Q. What is the output type of `Stream.map()`?

  • (A) List
  • (B) Stream
  • (C) Object[]
  • (D) Optional

Explanation by: Admin
map() transforms each element and returns a new Stream.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.