An immutable collection cannot be updated while a mutable collection can be updated
B)
To update an immutable collection, a new collection is created with the updated values
C)
To update a mutable collection, values are updated in the original collection