---
title: "What is the meaning of immutable in terms of String?"  
description: "What is the meaning of immutable in terms of String?"  
author: "Anonymous User"  
published: 2015-04-25  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2434/what-is-the-meaning-of-immutable-in-terms-of-string  
category: "java"  
tags: ["java", "string"]  
reading_time: 1 minute  

---

# What is the meaning of immutable in terms of String?

The simple meaning of immutable is unmodifiable or unchangeable. Once string object has been created, its value can't be changed.

## Answers

### Answer by Anonymous User

The simple meaning of immutable is unmodifiable or unchangeable. Once string object has been created, its value can't be changed.


---

Original Source: https://www.mindstick.com/interview/2434/what-is-the-meaning-of-immutable-in-terms-of-string

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
