Mention the types of variables in scala?
What is exception handling in scala?
What is the difference between 'val' and 'lazy val' in Scala? What is Eager Evaluation? What is Lazy Evaluation?
Why do we use =(equal) operator in scala function?
How to implement interfaces in Scala?
What is case class? What is case object? What are the Advantages of case class?
What is function currying in Scala?
What are the Scala Features?
What is scala option?
Does a Companion object access private members of it’s Companion class in Scala?
What is an Higher-Order Function (HOF)?
What is string in scala?
How do you define a function in scala?
What is the difference between a java future and a scala future?
What is the difference between val and var in Scala?