Question:What is Garbage Collection?
Answer
This is process when needed in order to clean up unused resources.
Question:What is Garbage Collection?
This is process when needed in order to clean up unused resources.
Question:When garbage collection will be performed?
(a)When a threshold is exceeded. (b)When a user specifically calls the garbage collector. (c)When a low system memory condition occurs.
Question:What is safe Critical code?
Safe critical code acts as a middle man/gatekeeper between transparent and critical code verifying each result.
Question:What is the benefit of using NGens?
NGen (Native Image Generator) creates processor optimized machine code (images) of our application that is cached.
Question:What are Memory Mapping Files?
Memory mapping files maps the contents of a file into memory, allowing us to work with a very efficient manner.