What is PreDef in Scala?
Answer / Deepika Rawat
PreDef is a package object in Scala that contains a large number of common utility functions, including some members of the scala.Predef object. It provides access to many important members like println, ==, !=, and others.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why scala prefers immutability?
What do you mean by option in scala and why it is used?
What is a ‘Scala map’?
Tell me some features which are supported by Java, but not by Scala and Vice versa?
What do you mean by implicit parameters?
What is Scala anonymous function?
What is the advantage of Scala?
What is finally in scala?
What is the utilization of tuples in scala?
In what ways that Scala is healthier than different programming language?
Explain the use of tuples in scala?
What is case class? What is case object? What are the Advantages of case class?