1.

What is the difference between array and list in scala?

Answer»
S.noArrayList
1.The sequential and mutable DATA structureThe RECURSIVE and IMMUTABLE data structure
2.InvariantCovariant
3.Fixed SIZEVariable size


Discussion

No Comment Found