How many values of type Unit have in Scala?
Answer Posted / Chandra Mani Pal
The value of type Unit in Scala is only one, representing the absence of a value. It's equivalent to the void keyword in Java or C#.
Post New Answer View All Answers
What is the latest version of scala?
2
What is the current latest version of scala? What is the major change or update in scala 2.12?
8