Glossary Home Posted by DTI in glossary
Immutable means that an object cannot be changed after it is created. If you need to modify an immutable object, you must create a new one instead of altering the existing one.