What is the major change or update in Scala 2.12?



What is the major change or update in Scala 2.12?..

Answer / Pritam Paul

"Scala 2.12 introduced several significant changes and updates, such as a new compiler architecture based on the Dotty project (which aims to modernize the Scala language). It also brought improvements in type inference, support for pattern matching on tuples, and better handling of implicit parameters."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

What do you mean by trait in scala and when it is used?

1 Answers  


What is the queue in the scala collection?

1 Answers  


Does Scala support all Functional Programming concepts? Does Java 8 support all Functional Programming concepts?

1 Answers  


Describe loops in scala?

1 Answers  


What is seq in scala collection?

1 Answers  


What is akka in scala?

1 Answers  


What is the current latest version of Scala?

1 Answers  


Explain extend keyword?

1 Answers  


Is Scala Statically-Typed Language?

1 Answers  


What is Statically-Typed Language and What is Dynamically-Typed Language?

1 Answers  


List different types of literals available in scala?

1 Answers  


What do you understand by apply and unapply methods in scala?

1 Answers  


Categories