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
What is the main use of a namespace?
What is a static class?
What is the class that allows an element to be accessed using unique key?
What is the difference between system.applicationexception class and system.systemexception?
Explain the difference between import system.data.sqlclient and system.data.oledb?
What are the advantages of vb.net and c#?
Explain the use of new keyword?
What are the differences between c# and visual basic.net?
Explain what observations between vb.net and vc#.net?
What is difference between inline and code behind?
Why do you need Lock in Visual Basic?
Explain internal keyword in .net framework?
What do you mean by option strict on?
Explain an assembly and its use?
What is the differences between dataset.clone and dataset.copy?