Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What is the meaning of Immutable in the context of String class in Java?

Pragya Keshap answered on February 4, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • why string is immutable in java
  • what is string is immutable in java

  • What is the meaning of Immutable in the context of String class in Java?

    0

    An Immutable object cannot be modified or changed in Java. String

    is an Immutable class in Java.

    Once a String object is created, it cannot be changed. When we

    assign the String to a new value, a new object is created.

    https://www.tutorialspoint.com/why-string-class-is-immutable-or-final-in-java#:~:text=The%20string%20is%20immutable%20means,it%20and%20destroy%20its%20immutability.

    Popularity 1/10 Helpfulness 1/10 Language java
    Source: Grepper
    Tags: java
    Link to this answer
    Share Copy Link
    Contributed on Feb 04 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.