What is Nothing in Scala? What is Nil in Scala? What is the relationship between Nothing and Nil in Scala?
7What is 'Application' in Scala or What is Scala Application? What is 'App' in Scala? What is the use of Scala’s App?
7Mention Some keywords which are used by Java and not required in Scala? Why Scala does not require them?
7What is the difference between 'val' and 'lazy val' in Scala? What is Eager Evaluation? What is Lazy Evaluation?
7
What are the advantages of a anonymous function/function literal in scala?
What is default access modifier in Scala?Does Scala have 'public' keyword?
What is a companion object?
what are the features of scala?
What is Option in Scala? What are Some and None? What is Option/Some/None Design Pattern in Scala?
Explain function currying in scala?
Explain the difference between function and method in scala?
Mention the distinction between associate degree object and a category ?
What is the difference between call-by-value and call-by-name function parameters?
What is the equivalent construct of Scala’s Option in Java SE 8? What is the use of Option in Scala?
Why is scala faster than java? Explain
What is a ‘Scala set’? What are methods through which operation sets are expressed?
What is the difference between Case Object and Object(Normal Object)?
What is a stream in scala?
What is the Relationship between equals method and == in Scala? Differentiate Scala’s == and Java’s == Operator?