What is seq in scala collection?



What is seq in scala collection?..

Answer / Rama Negi

"'Seq' in Scala is a trait representing a sequence of elements with a fixed order. It extends the Traversable trait and provides methods for traversing and manipulating sequences."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

How to create arrays in scala?

1 Answers  


What is scala map function?

1 Answers  


What is method overriding in scala?

1 Answers  


What do you mean by a scala map?

1 Answers  


Explain the operators in scala?

1 Answers  


Differentiate between array and list in scala.

1 Answers  


When compare to Normal Class, What are the major advantages or benefits of a Case-class?

1 Answers  


How do I append to the list?

1 Answers  


List the default imports are available in scala language?

1 Answers  


Write a few frameworks of scala?

1 Answers  


Explain the advantage of scala over other programming languages?

1 Answers  


What are higher-order functions?

1 Answers  


Categories