- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Immutable String in Java
In Java immutable objects are those whose data can’t be changed or modified (once modified). String class is immutable i.e. once we create a String object its data cannot be modified.
- Related Articles
- Why string is immutable in Java?
- Why string objects are immutable in java?
- Why String class is immutable or final in Java?
- What is the meaning of immutable in term of String in java?
- Primitive Wrapper Classes are Immutable in Java
- How to create immutable class in Java?
- How to create an immutable set in Java?
- How to create an immutable class in Java?
- Create and demonstrate an immutable collection in Java
- How to create the immutable class in Java?
- How to initialize immutable collections in Java 9?
- How to make elements of array immutable in Java?
- What is the difference between a mutable and immutable string in C#?
- How can we change the id of an immutable string in Python?
- Factory method to create Immutable List in Java SE 9

Advertisements