What is the relation between Garbage collector and finalize
and destructor?
Answer Posted / aparna
here the GC calls an object's FINALIZE metod immediately
befoer it collects an object that is no longer reffered by
the application
GC doesnt actually run finalize metod when the GC finds a
FINALIZE method it queues the obj up for the finalizer to
execute the objects metod
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain public assembly?
Why should you use delegate?
What is DLL HELL in VB.NET
What are the shadow variables?
How can we store decimal data in .net?
What is tracing?
Which class allows an element to be accessed using unique key?
Name the class which allows an element to be accessed using unique key?
What is the use of errorprovider control?
What is the difference between readonly variable and constant variable?
What are the advantages of an assembly?
How to achieve Polymorphism in VB.Net?
So you know which dll is used for microsoft .net run time?
What are the different types of applications supported in .net (or) .net framework?
Explain the difference between value and reference types?