0 votes
in Scala Constructs by

Explain Streams in Scala.

1 Answer

0 votes
by

In simple words, we define Stream as a Lazy list which evaluates the elements only when it needs to. This sort of lazy computation enhances the Performance of the program.

Related questions

0 votes
asked Sep 10, 2022 in Scala Constructs by Robin
0 votes
0 votes
asked Apr 21, 2022 in Scala Constructs by sharadyadav1986
...