top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Explain the main difference between List and Stream in Scala Collection API?

0 votes
266 views

Explain the main difference between List and Stream in Scala Collection API? How do we prove that difference? When do we choose Stream?

posted Sep 30, 2016 by Karthick.c

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+4 votes

What is the main use of Option and Either in Scala? How do we handle Errors or Exceptions in Functional Style(FP style) in Scala?

+4 votes

Like Java’s Collection class, what is top level class/trait of Scala’s Collection API? Please explain the some high level hierarchy of Scala’s Collection API?

...