Answer Posted / 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 |
Post New Answer View All Answers
Explain Sections is ASP.Net MVC?
Mention the core components of .net framework?
Can any particular component of .net framework 3.0 be removed?
Which is the default http method for an action method?
What are the options can be configured in AJAX helpers?
what is lazy loading in entity framework?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
Explain test driven development (tdd) ?
List out few different return types of a controller action method?
What is the significance of nonactionattribute?
Which version of .net framework is installed?
How do I install .net framework?
What operating systems will the .net framework 3.0 be available for?
Where is tempdata stored?
What are Model Binders in ASP.Net MVC?