What is the relation between Garbage collector and finalize
and destructor?
Answer Posted / kanak
GC checks for those resources which are no longer used by
the process. To release the memory from these resources and
in order to regain the memory heap GC initiates destructors
to destroy such instances of the program. Before the
destructor void an instance variable finalize routine gets
executed. This routine performs whatever is to be done
before the object return to void state or prior to release
of any unused resources.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is internal keyword in .net framework?
How to retrieve images in sql server database through vb.net?
What is the difference between manifest and metadata?
Which is the tool which can convert visual basic old version to .net compatibility version?
Which control is an example of an object in vb net?
What is the difference between system.applicationexception class and system.systemexception?
What is portable executable?
Which properties are used to bind a DataGridView control?
I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com
Define cls?
What are different types of jit ?
List the two main parts of .net?
What is deep copy?
How vb implements the disconnected architecture as like vb.net?
Explain option explicit?