Explain the main difference between List and Stream in Scala Collection API? How do we prove that difference? When do we choose Stream?
7What is the equivalent construct of Scala’s Option in Java SE 8? What is the use of Option in Scala?
7What is the difference between :: and #:: in Scala? What is the difference between ::: and #::: in Scala?
7What is Option in Scala? What are Some and None? What is Option/Some/None Design Pattern in Scala?
7
What is REPL in Scala? What is the use of Scala’s REPL? How to access Scala REPL from CMD Prompt?
Explain what is Scala?
What is anonymous (lambda) function in scala?
How to implement interfaces in Scala?
What is the difference between a java future and a scala future?
Explain the main difference between List and Stream in Scala Collection API? How do we prove that difference? When do we choose Stream?
What is Either in Scala? What are Left and Right in Scala? Explain Either/Left/Right Design Pattern in Scala?
What are the four types of scala identifiers ?
What are case classes in scala?
What does s method in scala string interpolation?
What is the Relationship between equals method and == in Scala? Differentiate Scala’s == and Java’s == Operator?
How do we make a call to a private primary constructor in scala?
Does Scala support Operator Overloading? Does Java support Operator Overloading?
What is the current latest version of scala? What is the major change or update in scala 2.12?
What are option, some and none in scala?