You work as the application developer at Certkiller .com.
You create a new class that
uses unmanaged resources, but which still has references to
managed resources on
other objects.
You want users of the new class to be able to explicitly
release resources when the
class instance is no longer required.
What should you do next?
Choose the three actions which you should perform. Each
correct answer presents
only part of the complete solution.
Answer / gaaa
A. Define the existing class so that it inherits from the
WeakReference class.
B. Define the existing class so that it applies the
IDisposable interface.
C. Create a new class destructor which calls methods on
other objects to release the
managed resources.
D. Create a new class destructor that releases the unmanaged
resources.
E. Create a new Dispose method that calls System.GC.Collect
to force garbage
collection.
F. Create a new Dispose method that releases unmanaged
resources and which also calls
methods on other objects to release the managed resources.
Answer: B,D,F
Explanation:
It is necessary to implement the IDisposable interface if
you need to release unmanaged
resources or want explicit control of the life of managed
resources. A class destructor
should be created to release the unmanaged resources and
this should be called from within the Dispose method. The
dispose method should also release the managed
resources.
Inheriting from WeakReference would result in the garbage
collector releasing resources
even though there may be valid references.
The managed resources should be released in the Dispose method.
System.GC.Collect could be used, however it is more
efficient to manually release the
managed resources. The GC incurs overhead and may have only
recently been called
anyway. The question states resources should be released
explicitly.
| Is This Answer Correct ? | 3 Yes | 0 No |
i want mcp 290 latest dumps and ccna dumps plse help me can tell me website i will download dump plse give reply
4 Answers 3G Cell Labs, HCL, HP, TCS, Vcustomer, Wipro,
What are the requirements for installing AD on a new server?
I want to look at the RID allocation table for a DC. What do I do?
How do you backup Active Directory?
What's the difference between software publishing and assigning?
what is the process to retreive emails which has been deleted in Outlook from Exchange Server?
What is application server and Web server? Difference between Application server and Web Server? give example of both?
You work as the application developer at Certkiller .com. You are working on an application and want to use platform invoke services to call an unmanaged function from managed code. How will you accomplish the task?
What is LDAP?
Q.1. You set up scheduled tasks to run & notify you of any failures. 3 days later you see that none of the tasks ran & you received no notifications. What to do?
Differences Between FAT/NTFS?
What is the difference between joining and blending in Tableau?