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
Name some different types of control?
What are the advantages of migrating to vb.net?
What are the two main parts of .net?
What is static member?
Name the tool which can convert visual basic old version to .net compatibility version?
Explain the difference between vb.net and c#, related to oops concepts?
Allowed program to auto-correct the database when loading a presentation.
How would you implement inheritance using vb.net?
What is misl code?
What is the maximum size of the textbox?
Write the role of new keyword?
Is vb.net a programming language?
Explain the difference between web.config and machine.config and where it will be ?
Explain enumerator?
What are the various open source tool available for VB.NET?