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
Can you explain model, controller and view in mvc?
Explain how to use multiple submit buttons in ASP.Net MVC?
What are non action methods in mvc?
explain why t4 entity is important in entity framework?
What is .net framework in simple terms?
Is it possible to share a view across multiple controllers?
What is an asynchronous controller in asp.net mvc?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Can you set the unlimited length for "maxjsonlength" property in config?
What is the advantage of using asp.net routing?
How can I tell what .net framework is installed?
Name a few different return types of a controller action method?
What is the full form of sp?
List out few different return types of a controller action method?
Briefly describe the roles of clr in .net framework?