What is 'Type Inference' in Scala?
Differentiate nil, null, none, and nothing in scala.
Is scala an oop?
What are the advantages of scala over java (java 8)?
What is the difference between 'val' and 'lazy val' in Scala? What is Eager Evaluation? What is Lazy Evaluation?
What is listset in scala collection?
What is the best language to use with Play framework: Scala or Java?
Popular clients who are using Play and Scala to develop their applications?
What is the difference between :: and #:: in scala?
Explain function currying in scala?
What is Option in Scala? What are Some and None? What is Option/Some/None Design Pattern in Scala?
List types of identifiers available in scala?
What is the result of x+y*z and why?
What is the syntax for function declaration in scala?
What is Monad in Scala?