What are streams in scala?



What are streams in scala?..

Answer / Faheem Husain

Streams in Scala are infinite sequences that can be lazily evaluated. They are useful when dealing with infinite or very large data sets where you don't need to generate all the values at once.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

What is finally in scala?

1 Answers  


What is the difference between statically typed and dynamically typed languages?

1 Answers  


What is the use of 'object' keyword in Scala? How to create Singleton objects in Scala?

1 Answers  


Is scala better than python?

1 Answers  


Why scala is faster than java?

1 Answers  


What is SBT? What is the best Build Tool to develop Play and Scala Applications?

1 Answers  


Why do we use =(equal) operator in scala function?

1 Answers  


What is Extractor in Scala? What is the difference between Constructor and Extractor in Scala? What is the use of Extractor in Scala?

1 Answers  


Explain implicit classes with syntax?

1 Answers  


What do you understand by an implicit parameter in scala ?

1 Answers  


What is pattern matching?

1 Answers  


If I want to become a Fullstack Scala Developer, which technology stack I should learn?

1 Answers  


Categories