What is GC (Garbage Collection) and how it works
Answer / kirti
One of the good features of the CLR is Garbage Collection, which runs in the background collecting unused object references, freeing us from having to ensure we always destroy them. In reality the time difference between you releasing the object instance and it being garbage collected is likely to be very small, since the GC is always running.
[The process of transitively tracing through all pointers to actively used objects in order to locate all objects that can be referenced, and then arranging to reuse any heap memory that was not found during this trace. The common language runtime garbage collector also compacts the memory that is in use to reduce the working space needed for the heap.]
Heap:
A portion of memory reserved for a program to use for the temporary storage of data structures whose existence or size cannot be determined until the program is running.
| Is This Answer Correct ? | 0 Yes | 0 No |
Types of assemblies that can be created in dotnet ?
Httpcontext objects?
What is NonActionAttribute ?
what is scalar property?
give the feature of .net2.0 over .net1.1
What is difference between razor and web form engine?
What is GUID and why we need to use it and in what condition? How this is created
How to Insert a TextBox value in to Sql database using C#.Net coding
How is method overriding different from method overloading
Explain encapsulation
1 Answers HPCL, Hughes Systique Corporation,
What is strong name and which tool is used for this ?
4 Answers Accenture, BirlaSoft,
What is presentation framework?