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 |
what is way of loading data in ef (entity framework)?
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
Is .NET a runtime service or a development platform?
What is different between User Control and Web Control and Custom Control?
What is the purpose of a web form?
Is any files are generated,when we are adding the web reference to the web service?
how do you query in entity model when the result has a join from from different database other than the entity model?
What is strong name?
What is .net framework in simple terms?
How we can register the Area in ASP.Net MVC?
what is conceptual model?
How many .NET languages can a single .NET DLL contain