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 would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Explain test driven development (tdd) ?
How do you handle variable number of segments in a route definition?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Explain how you can send the result back in JSON format in MVC?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is iobjectset? : Entity framework
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
Describe the gac in the .net framework.
explain how you can load related entities in ef (entity framework)?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
what is entity framework advantage?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
mention in what all scenarios entity framework can be applicable?