Oct
30
List and ListBuffer in Scala
Hey there! Welcome to ClearUrDoubt.com. In this post, we will look at a program to demonstrate List and ListBuffer objects in Scala. List is an immutable collection object whereas ListBuffer is a mutable collection object. List provides a way to add Read more