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
How to use multiple submit buttons in asp.net mvc?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What are scaffold templates in mvc?
What are the advantages of mvc over asp.net?
Explain what platforms does the .net framework run on?
What is Attribute Routing in ASP.Net MVC?
What is controllercontext?
Explain representational state transfer (rest) in detail?
What does a viewmodel do?
Explain ASP.NET MVC Identity and Security?
What is the difference between model view and controller?
What is orm entity framework?
What is the difference between entity framework and mvc?
Can you set the unlimited length for "maxjsonlength" property in config?
What is separation of concerns in asp.net mvc?