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
Which version of .net framework is installed?
What is a view engine?
How we can handle the exception at controller level in ASP.Net MVC?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What is .net architecture?
explain why t4 entity is important in entity framework?
Explain the difference between viewbag and viewdata in mvc?
What is renderbody?
Is .net framework 4.8 the last version?
How to Create an Intranet Site Using ASP.NET MVC?
What are child actions in ASP.Net MVC?
What are authentication filters in web api?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
how do you query in entity model when the result has a join from from different database other than the entity model?
How to use multiple submit buttons in asp.net mvc?