How Garbage Collector identifies the objects which are not
in use?
Answer Posted / bharani
GC identifies the objects which are not in use by the use
of generations. Whenever a new object is created or deleted
GC sweeps the heap by moving the variables to different
generations, and finally destructs the objects whichever
belongs to generation 0.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
explain what does .edmx file contains?
How route table is created in ASP.NET MVC?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What is orm entity framework?
What is session state management?
Is mvc 4 supporting windows azure sdk (software development kit) ?
Explain the advantages of dependency injection (di) in asp.net mvc?
Explain unit test done by tester on development team?
Can you explain the page life cycle of mvc?
What is the domain object?
Mention two instances where routing is not implemented or required?
What is connected scenario? : Entity framework
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
What is .net core framework?
Explain the use of Inversion of control (IOC)?