What is a companion object?
List the advantages of using scala over other functional programming languages.
Explain what is unit in scala?
What is scala option?
What is auxiliary constructor in scala?
Differentiate nil, null, none, and nothing in scala.
Explain function currying in scala?
How does yield work in scala?
Explain the difference between a trait and an abstract class?
What do you understand by apply and unapply methods in scala?
What do you mean by implicit parameters?
Explain the significance of class loaders in bootstrap?
Write a program to check string is palindrome without using loop?
What is jvm? How its run?
Define inheritance with reference to java.