A

Admin • 828.03K Points
Coach

Q. Which method converts a List to a Stream?

  • (A) stream()
  • (B) toStream()
  • (C) listToStream()
  • (D) streamFromList()

Explanation by: Admin
`stream()` is a method available on the List interface to return a Stream.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.