VB.NET - What is non_deterministic finalization? - April
29, 2009 at 18:00 PM by Amit Satpute
What is non_deterministic finalization?
An ability to determine when a data object would be subjected to garbage
collection is known as deterministic finalization. When it can’t be determined
it is known as non deterministic finalization.
VB.NET - What is non_deterministic finalization? - June 07,
2009 at 10:00 AM by Shuchi Gauri
What is non_deterministic finalization?
Finalize method is executed whenever the runtime feels it is appropriate and
cannot be controlled as such, e.g.: when a low-resource condition occurs, this
situation is referred to as non-deterministic finalization.Finalize method is
thus executed by the runtime on a special thread allocated by the Garbage
Collector.
Also read
What is the advantage of
packaging over xcopy in .NET?
NET
Delegates and events
NET
Exception handling
NET Form
NET
Garbage collection
|