Skip to content
Learn With Shikha

java Immutable String

Immutable String in Java

October 29, 2021October 24, 2020 by shikhasharma

Yes, the Strings are immutable in java. Immutable means static that is unmodifiable or unchangeable. Once we create the string object then we are unable to change its data. But we can create a new staring. For example: Output: Why string is immutable in java? Let’s talk about some string features, that will help us … Read more

Categories Java Tags Immutable String in Java, java Immutable String Leave a comment

Recent Posts

  • Exploring Non-Primitive Data Types in Java
  • Different Types of Variables in Java
  • Variables in Java: A Beginner’s Guide
  • Understanding Static Variables in Java
  • Understanding Instance Variables in Java
  • Understanding Local Variables in Java
  • Creating and Using Variables in Java
  • Understanding Java Data Types with Examples
  • Java Primitive Data Types and Variables
  • How to Compile and Run a Java Program from Command Prompt
  • Structure of Java: An Overview
  • Programming in Java: A Beginner’s Guide
  • Java: A Versatile Programming Language for the Modern World
  • Exploring the Powerful Features of Java
  • Exploring the Java Development Kit (JDK)

advertisement

© 2023 Learn With Shikha • Built with GeneratePress