R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which interface does Stream<T> extend?

  • (A) Iterable<T>
  • (B) Collection<T>
  • (C) BaseStream<T, Stream<T>>
  • (D) List<T>
  • Correct Answer - Option(C)
  • Views: 5
  • Filed under category Java
  • Hashtags:

Explanation by: Ram Sharma
`Stream<T>` extends `BaseStream<T, Stream<T>>`, which defines common behavior.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.