What is the relation between Garbage collector and finalize
and destructor?
Answers were Sorted based on User's Feedback
Answer / 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 |
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 |
How to Insert a TextBox value in to Sql database using VB.Net coding?
How does you get record no from 5 to 15 from a dataset of 100 records?
what are the difference between An input box and Message box ..?
How do you retrieve the customized properties of a .net application from xml .config file?
Is there any easy way to convert VB6 programs to VB.Net?
Explain clr?
Why Datareader is useful?
Which class allows an element to be accessed using unique key?
How a base class method is hidden?
linex will support dot net?
4 Answers Phoenix Technologies,
What do you mean by serialization and deserialization and it's use.
What is the feature anonymous type?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)