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 cts?
Which is the base class for all the classes in .net framework?
Explain global assembly cache (gac)?
What would you do to remove microsoft visual basic name space?
What is jagged array in vb.net?
Explain the differences between vb.net and c#, related to oops concepts?
What is meant by jagged arrays?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What keyword is used to accept a variable number of parameter in a method?
Explain clr?
What are the parts of the visual basic control?
Tell us how many languages are supported by .net?
What is the significance of delegates?
Name some of the features of C# which are not present in VB.NET?
What is the maximum size of the textbox?