Does Scala support all Functional Programming concepts? Does Java 8 support all Functional Programming concepts?
7In Scala, Pattern Matching follows which Design Pattern? In Java, ‘isinstanceof’ operator follows which Design Pattern?
7What is the usage of isInstanceOf and asInstanceOf methods in Scala? Is there anything similar concept available in Java?
7Is Scala an Expression-Based Language or Statement-Based Language? Is Java an Expression-Based Language or Statement-Based Language?
7
What is the use of auxiliary constructors in scala? explain the rules to follow in defining auxiliary constructors in scala?
What does sortedset in scala collection?
Tell me some features which are supported by Java, but not by Scala and Vice versa?
What is Unit in Scala? What is the difference between Java’s void and Scala’s Unit?
How many values of type Unit have in Scala?
What is a singleton object in scala?
What do you mean by foldleft in scala?
Difference between Scala’s Inner class and Java’s Inner class?
What is auxiliary constructor in scala?
Popular clients who are using Play and Scala to develop their applications?
What is the difference between :: and #:: in scala?
How to create arrays in scala?
Explain the difference between function and method in scala?
What is function currying in Scala?
What is the equivalent construct of Scala’s Option in Java SE 8? What is the use of Option in Scala?