A

Admin • 828.03K Points
Coach

Q. Which method creates a stream from an array?

  • (A) Stream.ofArray()
  • (B) Arrays.stream()
  • (C) List.stream()
  • (D) ArrayList.stream()

Explanation by: Admin
Arrays.stream() creates a stream from an array.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.