Why string are called Immutable data Type
Answer / kirti
The memory representation of string is an Array of Characters, So on re-assigning the new array of Char is formed & the start address is changed . Thus keeping the Old string in Memory for Garbage Collector to be disposed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where The Inheritence is useful?How we decide the situation of inheritence
What is the necessity for singning an assembly with a strong name?
What is viewstart page in mvc?
What is entity sql? : Entity framework
Explain what is asp.net mvc?
which is good java or Dot net?
Integer & struct are value types or reference types in .NET?
What is .net framework & its benefits?
What is the importance of NonActionAttribute?
What is meant by viewdata?
Is entity framework slow?
What are Satellite Assemblies? How you will create this?