Why is it that they decided to make String immutable in Java and .NET (and some other languages)? Why didn’t they make it mutable?
Why is it that they decided to make String immutable in Java and .NET
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
According to Effective Java, chapter 4, page 73, 2nd edition:
Other small points from the same chapter: