Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7541293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T07:51:19+00:00 2026-05-30T07:51:19+00:00

I know that Strings are immutable. Then, what is the difference between: String name

  • 0

I know that Strings are immutable.

Then, what is the difference between:

String name ="Name";
final String name ="Name";

Why do we use final in this context? Because String is already immutable there seems to be no need. Second related question, why are String’s immutable?. Other Data Types like int, boolean are not. If String is immutable does that make it thread-safe? I read that “if String been mutable, a request to load “java.io.Writer” could have been changed to load “mil.vogoon.DiskErasingWriter”” means ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T07:51:19+00:00Added an answer on May 30, 2026 at 7:51 am

    There are a lot of questions here, but here are a few notes that should answer most of them:

    • final means the variable can be assigned only once. It has nothing to do with mutability, which is a property of the object, rather than the variable (which is simply a handle)
    • String is immutable, because you can’t change its internal state (it has a private char[] chars that hold the characters). Primitives are also immutable. This is better visible in their wrapper equivalents – Integer, Long etc.
    • yes, a String is thread-safe, because its state cannot be changed no matter how many threads work with it. Every operation on the string results in a new instance, rather than changing the existing one.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

do you know any good algorithms that match two strings and then return a
I know that for an integer, you can use: int value; I tried: string
Possible Duplicate: String vs StringBuilder i know .NET Strings are immutable which is the
I know that Java strings are immutable. However, when I run the function below,
I know that buffer overruns are one potential hazard to using C-style strings (char
We know that string is a reference type , so we have string s=God
I know that using Dim currUser As String = Request.ServerVariables(LOGON_USER) returns the Domain\Username, but
I know that I can pass a string as the second parameter to the
A recent question about string literals in .NET caught my eye. I know that
I know there are libs in other languages that can take a string that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.