What is an advantage of an immutable object?
Immutable objects are threadsafe.
Immutable objects use less memory than their mutable counterparts.
Immutable objects do not require error handling.
Immutable objects can be used in classes, mutable objects cannot.