8. What do you understand by mutable and immutable objects?

Mutable objects are those which can change their values in place. e.g. List. Immutable types are those which can never change their values in place. e.g. Integers, Booleans, Strings