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 |
When do you absolutely have to declare a class as abstract
If I have multiple filters implemented, what is the order in which these filters get executed?
How we can add the css in mvc?
What is page life cycle?
How you deploy .NET assemblies
What is CLR and how it generates native code ?
1 Answers Digital GlobalSoft, Vital Soft,
Is .net core faster than .net framework?
Possible ways to prevent xss attacks on mvc application?
What are scaffold templates in mvc?
Explain .net Framework?
Explain linq to entities? : Entity framework
how can you enhance the performance of entity framework?