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
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is entity framework firstordefault?
Is .net framework 4.8 the last version?
Explain Sections is ASP.Net MVC?
Can you explain renderbody and renderpage in mvc?
What are the main components of .net framework?
mention what is code first approach and model first approach in entity framework?
What are the advantages of razor view engine?
What are the Core features of ASP.NET MVC?
What operating systems will the .net framework 3.0 be available for?
what is ssdl?
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 the types of Scaffoldings.
Explain linq to entities? : Entity framework