A

Admin • 802.91K Points
Coach

Q. Which Stream type is unordered by default?

  • (A) IntStream
  • (B) List.stream()
  • (C) Set.stream()
  • (D) Map.stream()

Explanation by: Admin
Streams from a `Set` are unordered because sets are unordered collections.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.