Difference between ListBuffer and ArrayBuffer in scala

Possible duplicate:
Difference between array and list in scala

What is the difference between ListBuffer and ArrayBuffer in scala. What is the advantage of using one over the other?

thank

+3
source share
3 answers

, , - .

, , . , , .

, , ; .

0
source

All Articles