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
What is html.renderpartial?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
Can a view be shared across multiple controllers? If yes, how we can do that?
What is the use of razor view engine?
Explain test driven development (tdd) ?
Can any particular component of .net framework 3.0 be removed?
Can I remove .net framework?
What is the difference between renderaction and renderpartial?
Explain the advantage of packaging over xcopy in .net?
What are the main components of .net framework?
What is RouteConfig.cs in ASP.Net MVC 4?
what is split entity?
What are the advantages of mvc over asp.net?
Explain what is the difference between view and partial view?