1. 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
  2. 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
  3. 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
  4. 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
  5. Question:What is the use of Sortedset<T>? 

    Answer
    SortedSet  mainftains the order of items as they are added. If a duplicate item is added to a sorted set, it will be ignored and a value of false is returned from the SortedSet's Add () method.






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