What is PreDef in Scala?



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

Post New Answer

More Scala Interview Questions

Is scala worth learning?

1 Answers  


What is this in scala?

1 Answers  


What is the difference between Java’s 'If..Else' and Scala’s 'If..Else'?

1 Answers  


What is listset in scala collection?

1 Answers  


What is traversable in scala collection?

1 Answers  


Explain the use of tuples in scala?

1 Answers  


What is a tuple in scala?

1 Answers  


What is a singleton object in scala?

1 Answers  


What is exception handling in scala?

1 Answers  


Does Scala support Operator Overloading? Does Java support Operator Overloading?

1 Answers  


What is the result of x+y*z and why?

1 Answers  


what are the features of scala?

1 Answers  


Categories