1. Question:What is Garbage Collection? 

    Answer
    This is process when needed in order to clean up unused resources.






    1. Report
  2. Question:When garbage collection will be performed? 

    Answer
    (a)When a threshold is exceeded.
    (b)When a user specifically calls the garbage collector.
    (c)When a low system memory condition occurs.






    1. Report
  3. Question:What is safe Critical code? 

    Answer
    Safe critical code acts as a middle man/gatekeeper between transparent and critical code verifying each result.






    1. Report
  4. Question:What is the benefit of using NGens? 

    Answer
    NGen (Native Image Generator) creates processor optimized machine code (images) of our application that is cached.






    1. Report
  5. Question:What are Memory Mapping Files? 

    Answer
    Memory mapping files maps the contents of a file into memory, allowing us to work with a very efficient manner.






    1. Report
Copyright © 2025. Powered by Intellect Software Ltd