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 |
How to return the JSON from action method in ASP.Net MVC?
How do you sort a dataset?
What is separation of concerns in asp.net mvc?
what is datacontrols?
What is the difference between model and entity?
what are background threads? give ex?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?
what is Assemble
what is entity graph in entity framework?
What are html helpers in asp.net mvc?
What is objectset? : Entity framework