A

Admin • 828.03K Points
Coach

Q. Which method converts a primitive stream to a boxed stream?

  • (A) boxed()
  • (B) wrap()
  • (C) toBoxed()
  • (D) convert()

Explanation by: Admin
`boxed()` converts a primitive stream (like IntStream) to a Stream of objects.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.