What is Unit in Scala? What is the difference between Java’s void and Scala’s Unit?
What is Var-Args Parameters to function/method in Scala? What is the difference between Scala’s Var-Args and Java’s Var-Args?
What is the equivalent construct of Scala’s Option in Java SE 8? What is the use of Option in Scala?