Why strings are immutable?
People, please read the question before answering, don't just answer "Why" is the question - not "how".
String is an array of bytes.When are you ave to change it, you have to create the new one; because the string is always considered as a constant.
Engineering
Interview Coaching
Interview Questions
Tech FAQs
Do you seek advice from others when you have a question?
How do you handle conflict?
What is the role of a mechanical engineer in the Software Industry?
Do you have any questions that you want to ask?
Importance of an MBA for an entrepreneur
How to Overcome Employment Gap during interview.
What do you think about continuous learning?
What was the most important decision you ever had to make?
Aptitude Test Preparation Tips
How do you handle difficult situations?
Ask Interview Question?
Have Career Question?
Ask Chandra
Ask Only Career questions.
People, please read the question before answering, don't just answer "Why" is the question - not "how".
String is an array of bytes.
When are you ave to change it, you have to create the new one; because the string is always considered as a constant.